mirror of https://github.com/procxx/kepka.git
[wip] messing around with stuff that doesn't build (WHHHYYY?)
This commit is contained in:
parent
d919cea370
commit
bbf1de38cf
|
@ -415,7 +415,7 @@ set(APP_SRC
|
|||
SourceFiles/observer_peer.cpp
|
||||
SourceFiles/overviewwidget.cpp
|
||||
SourceFiles/passcodewidget.cpp
|
||||
SourceFiles/qt_functions.cpp
|
||||
# SourceFiles/qt_functions.cpp
|
||||
SourceFiles/qt_static_plugins.cpp
|
||||
SourceFiles/settings.cpp
|
||||
SourceFiles/shortcuts.cpp
|
||||
|
|
|
@ -20,6 +20,8 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
class UpdateChecker;
|
||||
class Application : public QApplication {
|
||||
Q_OBJECT
|
||||
|
|
|
@ -22,6 +22,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
#include <QSharedPointer>
|
||||
#include "base/type_traits.h"
|
||||
|
||||
namespace base {
|
||||
|
|
Loading…
Reference in New Issue