2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Moved PsMainWindow to Platform::MainWindow, outside of pspecific module.

Currently only MSVC build is Ok, Xcode and QtCreator are broken.
This commit is contained in:
John Preston
2016-06-16 15:59:54 +03:00
parent 84f704448a
commit fd91893b51
32 changed files with 5081 additions and 3046 deletions

View File

@@ -23,6 +23,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "title.h"
#include "pspecific.h"
#include "ui/boxshadow.h"
#include "platform/platform_main_window.h"
class MediaView;
class TitleWidget;
@@ -123,11 +124,11 @@ typedef QList<NotifyWindow*> NotifyWindows;
class MediaPreviewWidget;
class MainWindow : public PsMainWindow {
class MainWindow : public Platform::MainWindow {
Q_OBJECT
public:
MainWindow(QWidget *parent = 0);
MainWindow();
~MainWindow();
void init();