mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Moved out size of result file for userpic to public interface.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user