diff options
Diffstat (limited to 'helper.h')
-rw-r--r-- | helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ namespace Helper { public: bool operator()(const QFileInfo &info, const QString &file) const; }; + void centerWidget(QWidget *widget); } #endif |