use C_DEBUG instead of QT_DEBUG

This commit is contained in:
fourtf 2019-09-22 18:09:11 +02:00
parent ca0db97d09
commit 367b1970fd

View file

@ -24,7 +24,7 @@
#include "widgets/splits/Split.hpp"
#include "widgets/splits/SplitContainer.hpp"
#ifdef QT_DEBUG
#ifdef C_DEBUG
# include "util/SampleCheerMessages.hpp"
#endif
@ -199,7 +199,7 @@ void Window::addCustomTitlebarButtons()
void Window::addDebugStuff()
{
#ifdef QT_DEBUG
#ifdef C_DEBUG
std::vector<QString> cheerMessages, subMessages, miscMessages;
cheerMessages = getSampleCheerMessage();