mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
use C_DEBUG instead of QT_DEBUG
This commit is contained in:
parent
ca0db97d09
commit
367b1970fd
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue