Making the debugger available on demand with a macro

This commit is contained in:
Anonymus Raccoon
2020-02-16 02:22:46 +01:00
parent 405847ad6f
commit ad5aacbf56
10 changed files with 67 additions and 38 deletions

View File

@@ -6,7 +6,7 @@
#include <QtWidgets/QFrame>
#include <QCloseEvent>
#include <iostream>
#include "QtSFML.h"
#include "QtSFML.hpp"
#ifdef Q_WS_X11
#include <Qt/qx11info_x11.h>