-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak clang-format for better include grouping
- Loading branch information
Showing
343 changed files
with
1,729 additions
and
1,346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ | |
// Copyright (C) 2023 The MMapper Authors | ||
// Author: Mike Repass <[email protected]> (Taryn) | ||
|
||
#include "../../tests/testadventure.h" | ||
|
||
#include <chrono> | ||
#include <QString> | ||
|
||
#include "../../tests/testadventure.h" | ||
#include <QString> | ||
|
||
class AdventureSession | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
// Copyright (C) 2023 The MMapper Authors | ||
// Author: Mike Repass <[email protected]> (Taryn) | ||
|
||
#include <QObject> | ||
|
||
#include "../observer/gameobserver.h" | ||
#include "adventuresession.h" | ||
#include "lineparsers.h" | ||
|
||
#include <QObject> | ||
|
||
class AdventureTracker final : public QObject | ||
{ | ||
Q_OBJECT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
// Copyright (C) 2023 The MMapper Authors | ||
// Author: Mike Repass <[email protected]> (Taryn) | ||
|
||
#include "adventuretracker.h" | ||
|
||
#include <QString> | ||
#include <QWidget> | ||
#include <QtCore> | ||
#include <QtWidgets> | ||
|
||
#include "adventuretracker.h" | ||
|
||
class AdventureWidget : public QWidget | ||
{ | ||
Q_OBJECT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
// Copyright (C) 2023 The MMapper Authors | ||
// Author: Mike Repass <[email protected]> (Taryn) | ||
|
||
#include "adventuretracker.h" | ||
|
||
#include <QLabel> | ||
#include <QPushButton> | ||
#include <QStatusBar> | ||
|
||
#include "adventuretracker.h" | ||
|
||
class XPStatusWidget : public QPushButton | ||
{ | ||
Q_OBJECT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
// Copyright (C) 2019 The MMapper Authors | ||
// Author: Nils Schimmelmann <[email protected]> (Jahara) | ||
|
||
#include "../global/io.h" | ||
#include "../proxy/AbstractTelnet.h" | ||
|
||
#include <QAbstractSocket> | ||
#include <QObject> | ||
#include <QTcpSocket> | ||
|
||
#include "../global/io.h" | ||
#include "../proxy/AbstractTelnet.h" | ||
|
||
class ClientTelnet final : public AbstractTelnet | ||
{ | ||
Q_OBJECT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
// Copyright (C) 2019 The MMapper Authors | ||
// Author: Nils Schimmelmann <[email protected]> (Jahara) | ||
|
||
#include "../global/macros.h" | ||
|
||
#include <QPointer> | ||
#include <QString> | ||
#include <QWidget> | ||
#include <QtCore> | ||
|
||
#include "../global/macros.h" | ||
|
||
class QObject; | ||
class QEvent; | ||
class ClientTelnet; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
// Copyright (C) 2019 The MMapper Authors | ||
// Author: Nils Schimmelmann <[email protected]> (Jahara) | ||
|
||
#include "../global/macros.h" | ||
|
||
#include <QColor> | ||
#include <QFont> | ||
#include <QSize> | ||
|
@@ -13,8 +15,6 @@ | |
#include <QtCore> | ||
#include <QtGui> | ||
|
||
#include "../global/macros.h" | ||
|
||
class QObject; | ||
class QResizeEvent; | ||
class QTextDocument; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,11 @@ | |
// Copyright (C) 2019 The MMapper Authors | ||
// Author: Nils Schimmelmann <[email protected]> (Jahara) | ||
|
||
#include "../global/macros.h" | ||
|
||
#include <iterator> | ||
#include <list> | ||
|
||
#include <QEvent> | ||
#include <QObject> | ||
#include <QPlainTextEdit> | ||
|
@@ -13,8 +16,6 @@ | |
#include <QWidget> | ||
#include <QtCore> | ||
|
||
#include "../global/macros.h" | ||
|
||
class QKeyEvent; | ||
class QObject; | ||
class QWidget; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,18 @@ | |
// Copyright (C) 2019 The MMapper Authors | ||
// Author: Nils Schimmelmann <[email protected]> (Jahara) | ||
|
||
#include "../global/macros.h" | ||
#include "../observer/gameobserver.h" | ||
#include "mumemoment.h" | ||
|
||
#include <cstdint> | ||
|
||
#include <QList> | ||
#include <QMetaEnum> | ||
#include <QObject> | ||
#include <QString> | ||
#include <QtCore> | ||
|
||
#include "../global/macros.h" | ||
#include "../observer/gameobserver.h" | ||
#include "mumemoment.h" | ||
|
||
class GmcpMessage; | ||
class QMetaEnum; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,16 @@ | |
// Copyright (C) 2019 The MMapper Authors | ||
// Author: Nils Schimmelmann <[email protected]> (Jahara) | ||
|
||
#include "mumeclock.h" | ||
#include "mumemoment.h" | ||
#include "ui_mumeclockwidget.h" | ||
|
||
#include <memory> | ||
|
||
#include <QString> | ||
#include <QWidget> | ||
#include <QtCore> | ||
|
||
#include "mumeclock.h" | ||
#include "mumemoment.h" | ||
#include "ui_mumeclockwidget.h" | ||
|
||
class QMouseEvent; | ||
class QObject; | ||
class QTimer; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.