summaryrefslogtreecommitdiff
path: root/newpostaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'newpostaction.cpp')
-rw-r--r--newpostaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/newpostaction.cpp b/newpostaction.cpp
index 4ad6244..d2886a6 100644
--- a/newpostaction.cpp
+++ b/newpostaction.cpp
@@ -16,6 +16,7 @@ NewPostAction::NewPostAction(int topicId, const QString &text, Board *board)
bool NewPostAction::isSupersetOf(Action *action) const
{
+ Q_UNUSED(action);
return false;
}