diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-10-09 16:48:30 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-10-09 16:48:30 -0400 |
commit | 2f7ce486667cff5492e0edb4dd392c188a59d79e (patch) | |
tree | 3187d181043ba547558ae1bab01408b1c6943195 /src | |
parent | QML the logout dialog (diff) | |
download | nheko-2f7ce486667cff5492e0edb4dd392c188a59d79e.tar.xz |
make lint
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/NhekoGlobalObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/NhekoGlobalObject.cpp b/src/ui/NhekoGlobalObject.cpp index 1a20cbc2..d687a308 100644 --- a/src/ui/NhekoGlobalObject.cpp +++ b/src/ui/NhekoGlobalObject.cpp @@ -13,8 +13,8 @@ #include "Logging.h" #include "MainWindow.h" #include "UserSettingsPage.h" -#include "WebRTCSession.h" #include "Utils.h" +#include "WebRTCSession.h" Nheko::Nheko() { |