mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
started new photo viewer
This commit is contained in:
@@ -22,6 +22,7 @@ Copyright (c) 2014 John Preston, https://tdesktop.com
|
||||
#include "pspecific.h"
|
||||
#include "gui/boxshadow.h"
|
||||
|
||||
class MediaView;
|
||||
class TitleWidget;
|
||||
class IntroWidget;
|
||||
class MainWidget;
|
||||
@@ -209,6 +210,8 @@ public:
|
||||
TempDirState tempDirState();
|
||||
void tempDirDelete();
|
||||
|
||||
void quit();
|
||||
|
||||
void notifySettingGot();
|
||||
void notifySchedule(History *history, MsgId msgId);
|
||||
void notifyClear(History *history = 0);
|
||||
@@ -299,7 +302,7 @@ private:
|
||||
|
||||
NotifyWindows notifyWindows;
|
||||
|
||||
|
||||
MediaView *_mediaView;
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
Reference in New Issue
Block a user