X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fcontrolpanel.h;h=f79937518a5a0399a4ed2ad81bdfa284b7b9e28f;hp=3e8eb9a0ee1656ff33cd19730d54099eceba2151;hb=e35bf651e7ebfe4932e877780bb00397c41a7ec2;hpb=6dd539966821debd18e0b86ed126742cd81d7fc9 diff --git a/src/controlpanel.h b/src/controlpanel.h index 3e8eb9a..f799375 100644 --- a/src/controlpanel.h +++ b/src/controlpanel.h @@ -32,7 +32,7 @@ namespace IPDF */ class ControlPanel : public QMainWindow { - //Q_OBJECT // Having this causes shit about undefined vtables + Q_OBJECT // Having this causes shit about undefined vtables // Not having it means things break // Apparently you need "qmake" to build qt applications // Or some bullshit -_-