From b0886b317fd6de5fa960392b2a8a0dbb557475f5 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 6 Apr 2013 21:20:30 +0200 Subject: creating new topics --- newpostaction.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'newpostaction.cpp') 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; } -- cgit v1.2.3