mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Closed beta 10019010: fixed build for Xcode.
This commit is contained in:
parent
3cff50009c
commit
2b3631f3ae
2 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue