aboutsummaryrefslogtreecommitdiff
path: root/aobutton.cpp
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2018-07-05 19:32:51 +0200
committerstonedDiscord <stoned@derpymail.org>2018-07-05 19:32:51 +0200
commit30a87d23c9c63bed072b3460e7482075dc530b2c (patch)
tree73da046880abf88b47f4f79df10a7e151c203457 /aobutton.cpp
parentf5e0177b9e13c68fa960dc873cd62452943dac3f (diff)
moved includes to header files
Diffstat (limited to 'aobutton.cpp')
-rw-r--r--aobutton.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/aobutton.cpp b/aobutton.cpp
index 370eca99..ded35af0 100644
--- a/aobutton.cpp
+++ b/aobutton.cpp
@@ -3,8 +3,6 @@
#include "debug_functions.h"
#include "file_functions.h"
-#include <QDebug>
-
AOButton::AOButton(QWidget *parent, AOApplication *p_ao_app) : QPushButton(parent)
{
ao_app = p_ao_app;