X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.cpp;fp=src%2Fcore%2Fsqlitestorage.cpp;h=aa252e7701673878d256ae12fca984cfb153a6ee;hb=ea54ad388ad71169d16ef0a08488fa4972b526f1;hp=5f36e83e7d125a673b4e4bcbe40f07c502d7914f;hpb=4809696f73b9e8eb3be7ed680fe97dbc074c71d3;p=quassel.git diff --git a/src/core/sqlitestorage.cpp b/src/core/sqlitestorage.cpp index 5f36e83e..aa252e77 100644 --- a/src/core/sqlitestorage.cpp +++ b/src/core/sqlitestorage.cpp @@ -42,6 +42,9 @@ bool SqliteStorage::isAvailable() const { } QString SqliteStorage::displayName() const { + // We identify the backend to use for the monolithic core by its displayname. + // so only change this string if you _really_ have to and make sure the core + // setup for the mono client still works ;) return QString("SQLite"); }