X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fcoreconnection.h;h=f381c33fcd36b769ef495af80a8485c6e5ef3cc4;hb=61aac1868f15babb7086d8bc6bbcff530346f438;hp=ba33f178041064115a23024061d60ccb80596451;hpb=d0e9b7a1d5e73041ade519189eea012500440ba9;p=quassel.git diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index ba33f178..f381c33f 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -97,7 +97,7 @@ signals: void progressValueChanged(int value); void progressTextChanged(const QString &); - void startCoreSetup(const QVariantList &backendInfo); + void startCoreSetup(const QVariantList &backendInfo, const QVariantList &authBackendInfo); void coreSetupSuccess(); void coreSetupFailed(const QString &error);