X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.h;h=b661aedaa4cf23921baa49b5b33093eb48c01929;hp=ca56cabf1380b29c3275af8012f172e488e84f33;hb=8699dd758516d0ded076811e8ea656adc95e69d0;hpb=97d674034551438238c568e8b42efb08e1ba7354 diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index ca56cabf..b661aeda 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-08 by the Quassel Project * * 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();