summary refs log tree commit diff
path: root/src/MainWindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.cc')
-rw-r--r--src/MainWindow.cc16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/MainWindow.cc b/src/MainWindow.cc

index b6033eaf..92388ae4 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc
@@ -15,15 +15,23 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "MainWindow.h" -#include "Config.h" - #include <QApplication> #include <QLayout> #include <QNetworkReply> #include <QSettings> #include <QShortcut> -#include <QSystemTrayIcon> + +#include "ChatPage.h" +#include "Config.h" +#include "LoadingIndicator.h" +#include "LoginPage.h" +#include "MainWindow.h" +#include "MatrixClient.h" +#include "OverlayModal.h" +#include "RegisterPage.h" +#include "SnackBar.h" +#include "TrayIcon.h" +#include "WelcomePage.h" MainWindow *MainWindow::instance_ = nullptr;