Skip to content

Commit

Permalink
[Bug] Fix include error
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Jul 2, 2024
1 parent 6297b5d commit 38dca53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "powermanager.h"
#include "settingsuiadaptor.h"
#include "touchpad.h"
#include "update/updatemanager.h"

const QString ModuleDirectory = "/usr/lib/lingmo-settings/modules";

Expand Down Expand Up @@ -91,7 +90,6 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) {
qmlRegisterType<DefaultApplications>(uri, 1, 0, "DefaultApplications");
qmlRegisterType<Accessibility>(uri, 1, 0, "Accessibility");
qmlRegisterSingletonType<Password>(uri, 1, 0, "Password", passwordSingleton);
qmlRegisterType<UpdateManager>(uri, 1, 0, "UpdateManager");
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
qmlRegisterType<QAbstractItemModel>();
#else
Expand Down

0 comments on commit 38dca53

Please sign in to comment.