diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 15:49:56 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 15:49:56 +0200 |
| commit | 75deaa0c850d374f526102b0b38402b2632f9751 (patch) | |
| tree | 255076e5c17f5671adc10b65dbbc0c64028b7171 /src | |
| parent | 39ece81cd42ff1c700a39e2197dd28bf53ad43dd (diff) | |
| download | kristall-75deaa0c850d374f526102b0b38402b2632f9751.tar.gz | |
Adds some notes about MacOS in bug section, adds patch for more casserts!
Diffstat (limited to 'src')
| -rw-r--r-- | src/browsertab.cpp | 2 | ||||
| -rw-r--r-- | src/documentoutlinemodel.cpp | 2 | ||||
| -rw-r--r-- | src/documentstyle.cpp | 2 | ||||
| -rw-r--r-- | src/geminiclient.cpp | 2 | ||||
| -rw-r--r-- | src/gophermaprenderer.cpp | 2 | ||||
| -rw-r--r-- | src/mainwindow.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp index 3c36ff2..26f1ab2 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -4,7 +4,7 @@ #include "geminirenderer.hpp" #include "settingsdialog.hpp" #include "gophermaprenderer.hpp" - +#include <cassert> #include <QTabWidget> #include <QMenu> #include <QMessageBox> diff --git a/src/documentoutlinemodel.cpp b/src/documentoutlinemodel.cpp index e98f072..604ca6f 100644 --- a/src/documentoutlinemodel.cpp +++ b/src/documentoutlinemodel.cpp @@ -1,5 +1,5 @@ #include "documentoutlinemodel.hpp" - +#include <cassert> #include <QModelIndex> DocumentOutlineModel::DocumentOutlineModel() : diff --git a/src/documentstyle.cpp b/src/documentstyle.cpp index 6a8e8bf..c7ec17b 100644 --- a/src/documentstyle.cpp +++ b/src/documentstyle.cpp @@ -1,5 +1,5 @@ #include "documentstyle.hpp" - +#include <cassert> #include <QDebug> #include <QString> #include <QStringList> diff --git a/src/geminiclient.cpp b/src/geminiclient.cpp index fd11f6b..6e63991 100644 --- a/src/geminiclient.cpp +++ b/src/geminiclient.cpp @@ -1,5 +1,5 @@ #include "geminiclient.hpp" - +#include <cassert> #include <QDebug> GeminiClient::GeminiClient(QObject *parent) : QObject(parent) diff --git a/src/gophermaprenderer.cpp b/src/gophermaprenderer.cpp index e02e3fc..96e0557 100644 --- a/src/gophermaprenderer.cpp +++ b/src/gophermaprenderer.cpp @@ -1,5 +1,5 @@ #include "gophermaprenderer.hpp" - +#include <cassert> #include <QTextList> #include <QTextBlock> #include <QList> diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a2cb1ab..9171924 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2,7 +2,7 @@ #include "ui_mainwindow.h" #include "browsertab.hpp" #include "settingsdialog.hpp" - +#include <cassert> #include <QMessageBox> #include <memory> #include <QShortcut> |
