X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fpostgresqlstorage.h;h=0d172ec196dc4cf496bf506b3a1904c55ea7d39e;hp=79ec9c58eee65aec877dfc387b13c3b3fdd57180;hb=3d464695bf5b57c969f30e6f3b8b429890f976bf;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/core/postgresqlstorage.h b/src/core/postgresqlstorage.h index 79ec9c58..0d172ec1 100644 --- a/src/core/postgresqlstorage.h +++ b/src/core/postgresqlstorage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -103,7 +103,7 @@ public slots: virtual QList requestAllMsgs(UserId user, MsgId first = -1, MsgId last = -1, int limit = -1); protected: - virtual void initDbSession(QSqlDatabase &db); + virtual bool initDbSession(QSqlDatabase &db); virtual void setConnectionProperties(const QVariantMap &properties); inline virtual QString driverName() { return "QPSQL"; } inline virtual QString hostName() { return _hostName; }