X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=main%2Fmain_mono.cpp;h=87360c6335167dce226f3ff4eb2245fa4a6eca11;hp=584c220798a7acfeefe4ae0c871edc97ccb01bbb;hb=8fc3a498f754f34b21d2a163e2a28323dae384cb;hpb=2a068c11e76c7b34afb64d443dbb1afd2e208aaa diff --git a/main/main_mono.cpp b/main/main_mono.cpp index 584c2207..87360c63 100644 --- a/main/main_mono.cpp +++ b/main/main_mono.cpp @@ -38,8 +38,6 @@ int main(int argc, char **argv) { QApplication::setApplicationName("Quassel IRC"); QApplication::setOrganizationName("The Quassel Team"); - qRegisterMetaType("LayoutTask"); - Global::runMode = Global::Monolithic; Global::quasselDir = QDir::homePath() + "/.quassel"; @@ -66,7 +64,7 @@ int main(int argc, char **argv) { void MainWin::syncToCore() { Q_ASSERT(global->getData("CoreReady").toBool()); - coreBackLog = core->getBackLog(); + coreBuffers = core->getBuffers(); // NOTE: We don't need to request server states, because in the monolithic version there can't be // any servers connected at this stage... }