mirror of https://github.com/procxx/kepka.git
Closed beta 10019010: fixed build for Xcode.
This commit is contained in:
parent
3cff50009c
commit
2b3631f3ae
|
@ -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…
Reference in New Issue