Fix doxygen warnings

This commit is contained in:
Michał Garapich
2015-11-22 16:49:53 +01:00
committed by Roland Winklmeier
parent 1b06e15b61
commit 5fc284cc36
5 changed files with 12 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ namespace BlackGui
explicit CPluginConfigWindow(QWidget *parent);
protected:
//! \copydoc QWidget::showEvent()
virtual void showEvent(QShowEvent *event) override;
};