mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Moved out size of result file for userpic to public interface.
This commit is contained in:
parent
f077c555e2
commit
a7e2de53f5
3 changed files with 3 additions and 6 deletions
|
@ -19,11 +19,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include <QtGui/QGuiApplication>
|
||||
|
||||
namespace Editor {
|
||||
namespace {
|
||||
|
||||
constexpr auto kProfilePhotoSize = 640;
|
||||
|
||||
} // namespace
|
||||
|
||||
void OpenWithPreparedFile(
|
||||
not_null<QWidget*> parent,
|
||||
|
|
|
@ -25,6 +25,8 @@ class SessionController;
|
|||
|
||||
namespace Editor {
|
||||
|
||||
constexpr auto kProfilePhotoSize = int(640);
|
||||
|
||||
struct EditorData;
|
||||
|
||||
void OpenWithPreparedFile(
|
||||
|
|
|
@ -68,5 +68,5 @@ private:
|
|||
|
||||
};
|
||||
|
||||
} // namespace Settings
|
||||
} // namespace Polls
|
||||
} // namespace Info
|
||||
|
|
Loading…
Add table
Reference in a new issue