CMake tweak so Creator sees the moc'd headers
[quassel.git] / src / client / abstractui.cpp
index 6a88765..8bcf197 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-09 by the Quassel Project                          *
+ *   Copyright (C) 2005-2012 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -20,8 +20,4 @@
 
 #include "abstractui.h"
 
-bool AbstractUi::_visible = false;
-
-AbstractUi::AbstractUi(QObject *parent) : QObject(parent) {
-
-}
+// this file is needed to make automoc work