X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.cpp;h=7ee2e5651cd3a7eda2e06477559de61b8aa25fdc;hp=af5767ddb7710005dfbb6b4e318e38c9c140b958;hb=8c3b7e4773e9f20ad9ea264cbaafaa52485bdf86;hpb=077d44f36d2f5c730283ef6be839aea7dd073d56 diff --git a/src/core/sqlitestorage.cpp b/src/core/sqlitestorage.cpp index af5767dd..7ee2e565 100644 --- a/src/core/sqlitestorage.cpp +++ b/src/core/sqlitestorage.cpp @@ -20,6 +20,7 @@ #include "sqlitestorage.h" +#include SqliteStorage::SqliteStorage() { // TODO I don't think that this path is failsafe for windows users :) @@ -386,7 +387,6 @@ QList SqliteStorage::requestMsgs(BufferId buffer, int lastmsgs, int off msg.msgId = requestMsgsQuery->value(0).toUInt(); messagelist << msg; } - return messagelist; }