First check-in of the Qtopia build system. See qtopia-build/README.
[quassel.git] / src / client / client.cpp
index 2b8e96e..f98fe72 100644 (file)
@@ -99,7 +99,6 @@ void Client::init() {
   layoutTimer->setInterval(0);
   layoutTimer->setSingleShot(false);
   connect(layoutTimer, SIGNAL(timeout()), this, SLOT(layoutMsg()));
-
 }
 
 Client::~Client() {