Skip to content

Commit

Permalink
Fixup codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Mar 14, 2024
1 parent be3e4e4 commit 982ffb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dbusadaptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/

#include "glacierapp.h"
#include "dbusadaptor.h"
#include "glacierapp.h"
#include "qcoreapplication.h"

#include <QDBusConnection>
Expand Down
2 changes: 1 addition & 1 deletion src/glacierapp.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#define GLACIERAPP_H

#include <QLocale>
#include <QObject>
#include <QLoggingCategory>
#include <QObject>

Q_DECLARE_LOGGING_CATEGORY(lcGlacierAppCoreLog)

Expand Down

0 comments on commit 982ffb5

Please sign in to comment.