Ok, the long awaited config wizard is here (at least in a very basic state). There...
[quassel.git] / src / common / main.cpp
index fc5c0f7..3ca8e34 100644 (file)
@@ -85,7 +85,6 @@ int main(int argc, char **argv) {
   QCoreApplication::setApplicationName("Quassel IRC");
   QCoreApplication::setOrganizationName("Quassel IRC Development Team");
 
-  Global::quasselDir = QDir::homePath() + "/.quassel";
 #ifndef BUILD_QTUI
   Core::instance();  // create and init the core
 #endif