X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.cpp;h=aa252e7701673878d256ae12fca984cfb153a6ee;hp=5f36e83e7d125a673b4e4bcbe40f07c502d7914f;hb=719ef475f4a859a5e2c1357cb40cd6e89dfc8433;hpb=62c360e674f17146c6c52e874e854e24bab643b3 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"); }