summaryrefslogtreecommitdiffstats
path: root/src/messaging/qmessagestore_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging/qmessagestore_win.cpp')
-rw-r--r--src/messaging/qmessagestore_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messaging/qmessagestore_win.cpp b/src/messaging/qmessagestore_win.cpp
index 12618efd6e..f4393a82ce 100644
--- a/src/messaging/qmessagestore_win.cpp
+++ b/src/messaging/qmessagestore_win.cpp
@@ -363,9 +363,9 @@ bool QMessageStore::removeMessages(const QMessageFilter& filter, QMessageManager
return result;
}
-bool QMessageStore::removeAccount(const QMessageAccountId &id)
+bool QMessageStore::removeAccount(const QMessageAccountId &)
{
- // TODO: implement
+ // Not implemented
return false;
}