Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 6f54621

Browse files
committed
Remove unused KonvergoWindow
1 parent c7e9cf7 commit 6f54621

File tree

4 files changed

+1
-871
lines changed

4 files changed

+1
-871
lines changed

src/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#include "Version.h"
2727
#include "settings/SettingsComponent.h"
2828
#include "settings/SettingsSection.h"
29-
#include "ui/KonvergoWindow.h"
30-
#include "ui/KonvergoWindow.h"
3129
#include "ui/EventFilter.h"
3230
#include "ui/WindowManager.h"
3331
#include "Globals.h"
@@ -290,7 +288,6 @@ int main(int argc, char *argv[])
290288
// load QtWebChannel so that we can register our components with it.
291289
QQmlApplicationEngine *engine = Globals::Engine();
292290

293-
KonvergoWindow::RegisterClass();
294291
Globals::SetContextProperty("components", &ComponentManager::Get().getQmlPropertyMap());
295292

296293
// the only way to detect if QML parsing fails is to hook to this signal and then see

src/system/SystemComponent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <QMap>
44
#include <QtNetwork/qnetworkinterface.h>
55
#include <QGuiApplication>
6+
#include <QCursor>
67
#include <QDesktopServices>
78
#include <QDir>
89
#include <QFile>
@@ -24,7 +25,6 @@
2425
#include "SystemComponent.h"
2526
#include "Version.h"
2627
#include "settings/SettingsComponent.h"
27-
#include "ui/KonvergoWindow.h"
2828
#include "settings/SettingsSection.h"
2929
#include "Paths.h"
3030
#include "Names.h"

0 commit comments

Comments
 (0)