mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Closed beta 10019010: fixed build for Xcode.
This commit is contained in:
@@ -6598,7 +6598,7 @@ bool HistoryWidget::confirmSendingFiles(const QMimeData *data, CompressConfirm c
|
||||
return false;
|
||||
}
|
||||
|
||||
auto &urls = data->urls();
|
||||
auto urls = data->urls();
|
||||
if (!urls.isEmpty()) {
|
||||
for_const (auto &url, urls) {
|
||||
if (url.isLocalFile()) {
|
||||
|
||||
@@ -20,6 +20,8 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "ui/filedialog.h"
|
||||
|
||||
namespace Platform {
|
||||
namespace FileDialog {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user