X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgeneraltab.cpp;h=48597e6d8baa4e7a41f17f71e5d56750fb6beb7b;hb=fce575a51ba1f26418869c20e63b9f388e118ab6;hp=48a9ffdb5436fc7d86e742d21f7b4e8efba69d92;hpb=eb711912d64f17cf9c18c74c4d78d9867bd066ad;p=architektonas diff --git a/src/generaltab.cpp b/src/generaltab.cpp index 48a9ffd..48597e6 100644 --- a/src/generaltab.cpp +++ b/src/generaltab.cpp @@ -14,7 +14,6 @@ #include "generaltab.h" - GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent) { antialiasChk = new QCheckBox(tr("Use Qt's built-in antialiasing")); @@ -24,7 +23,6 @@ GeneralTab::GeneralTab(QWidget * parent/*= 0*/): QWidget(parent) setLayout(layout); } - GeneralTab::~GeneralTab() { }