Commit 82b3b8dd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: cosmetics

parent 30a0d8c1
......@@ -40,7 +40,7 @@ public:
void addError( const QString&, const QString& );
/*void addWarning( QString, QString );*/
private:
virtual ~ErrorsDialog() {};
virtual ~ErrorsDialog() {}
ErrorsDialog( intf_thread_t * );
void add( bool, const QString&, const QString& );
......
......@@ -209,8 +209,8 @@ public:
i_dialog = _i_dialog;
i_arg = _i_arg;
p_arg = _p_arg;
};
virtual ~DialogEvent() { };
}
virtual ~DialogEvent() { }
int i_arg, i_dialog;
intf_dialog_args_t *p_arg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment