Cleanup: remove MainTab::addMessageAction() function

This is a pointless one-liner function. Let's remove it. The
message it shows will probably be moved to the profile in the
not-so-distant future anyway.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-05-24 20:50:25 +02:00 committed by Dirk Hohndel
parent bd7196d93e
commit 99dc528a10
2 changed files with 2 additions and 8 deletions

View file

@ -73,7 +73,6 @@ slots:
void on_rating_valueChanged(int value);
void on_visibility_valueChanged(int value);
void on_tagWidget_editingFinished();
void addMessageAction(QAction *action);
void hideMessage();
void closeMessage();
void displayMessage(QString str);