mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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>
|
#include <QtGui/QGuiApplication>
|
||||||
|
|
||||||
namespace Editor {
|
namespace Editor {
|
||||||
namespace {
|
|
||||||
|
|
||||||
constexpr auto kProfilePhotoSize = 640;
|
|
||||||
|
|
||||||
} // namespace
|
|
||||||
|
|
||||||
void OpenWithPreparedFile(
|
void OpenWithPreparedFile(
|
||||||
not_null<QWidget*> parent,
|
not_null<QWidget*> parent,
|
||||||
|
|
|
@ -25,6 +25,8 @@ class SessionController;
|
||||||
|
|
||||||
namespace Editor {
|
namespace Editor {
|
||||||
|
|
||||||
|
constexpr auto kProfilePhotoSize = int(640);
|
||||||
|
|
||||||
struct EditorData;
|
struct EditorData;
|
||||||
|
|
||||||
void OpenWithPreparedFile(
|
void OpenWithPreparedFile(
|
||||||
|
|
|
@ -68,5 +68,5 @@ private:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Settings
|
} // namespace Polls
|
||||||
} // namespace Info
|
} // namespace Info
|
||||||
|
|
Loading…
Add table
Reference in a new issue