X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.h;h=0ab46825f5f3545baebd86f142b8fb5d17a5f5fe;hp=ca56cabf1380b29c3275af8012f172e488e84f33;hb=f6f6f3e368543f0a4dce1dae772f161d7e357064;hpb=97d674034551438238c568e8b42efb08e1ba7354 diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index ca56cabf..0ab46825 100644 --- a/src/core/sqlitestorage.h +++ b/src/core/sqlitestorage.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005-07 by The Quassel Team * + * Copyright (C) 2005-07 by the Quassel IRC Team * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -34,6 +34,7 @@ class SqliteStorage : public Storage { SqliteStorage(); virtual ~SqliteStorage(); + public slots: /* General */ static bool isAvailable();