fix std::function usage

This commit is contained in:
Martin Rotter 2021-09-03 13:22:00 +02:00
parent a54efa2255
commit bc910d5098
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#include <QDialogButtonBox>
#include <QMessageBox>
#include <functional>
class MessageBox : public QMessageBox {
Q_OBJECT