2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Removed legacy FileDialog::query* methods.

Everything is done easier and better through the FileDialog::Get*.
This commit is contained in:
John Preston
2017-02-28 18:43:03 +03:00
parent f8318177b9
commit 12705c9065
23 changed files with 359 additions and 626 deletions

View File

@@ -62,6 +62,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "window/player_wrap_widget.h"
#include "styles/style_boxes.h"
#include "mtproto/dc_options.h"
#include "core/file_utilities.h"
#include "auth_session.h"
StackItemSection::StackItemSection(std::unique_ptr<Window::SectionMemento> &&memento) : StackItem(nullptr)