X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.h;h=b661aedaa4cf23921baa49b5b33093eb48c01929;hp=40c23a6c8ad3a42e25ae303e9e3e273e3151abc9;hb=8699dd758516d0ded076811e8ea656adc95e69d0;hpb=d6b056e936ec441258d291b7a8af7b83f9f53016 diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index 40c23a6c..b661aeda 100644 --- a/src/core/sqlitestorage.h +++ b/src/core/sqlitestorage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC 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 * @@ -34,6 +34,7 @@ class SqliteStorage : public Storage { SqliteStorage(); virtual ~SqliteStorage(); + public slots: /* General */ static bool isAvailable();