fixed regression in main tool bar title (not being shown)

This commit is contained in:
Luis Ángel San Martín
2014-12-10 16:24:04 +01:00
parent 0236bcdbbc
commit c4022cf9bd
3 changed files with 15 additions and 0 deletions

View File

@ -394,6 +394,7 @@ public slots:
void showComicsItemContextMenu(const QPoint & point);
void setupAddToSubmenu(QMenu & menu);
void onAddComicsToLabel();
void setToolbarTitle(const QModelIndex & modelIndex);
};