X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fpostgresqlstorage.h;h=f9aafd85b14c9eb8628c27e25fde174d8f2fbe42;hp=79ec9c58eee65aec877dfc387b13c3b3fdd57180;hb=24acf1efa9e91c58d9e64d76e03e7683ac0ac889;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/core/postgresqlstorage.h b/src/core/postgresqlstorage.h index 79ec9c58..f9aafd85 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-2013 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; }