2
0
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:
John Preston
2014-08-06 18:40:21 +04:00
parent 7fbc817b9e
commit f62db48251
8 changed files with 214 additions and 4 deletions

View File

@@ -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