enforce usage of SQLite in Monolithic mode
[quassel.git] / src / core / sqlitestorage.cpp
index 5f36e83..aa252e7 100644 (file)
@@ -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");
 }