summaryrefslogtreecommitdiffstats
path: root/src/errordialoghandler.h
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-12-07 21:08:48 -0600
committerBe <be@mixxx.org>2020-12-07 21:08:48 -0600
commit3085bbe95107fd789a8a966dfeb341cfe74cfad8 (patch)
tree7aac36fca1cce483218b3f06435d218283f156e3 /src/errordialoghandler.h
parent7d82224170a6e9b9a9242b65c2ccb82ba749949a (diff)
merge 2.3
Diffstat (limited to 'src/errordialoghandler.h')
-rw-r--r--src/errordialoghandler.h31
1 files changed, 3 insertions, 28 deletions
diff --git a/src/errordialoghandler.h b/src/errordialoghandler.h
index 285546b079..c4142be817 100644
--- a/src/errordialoghandler.h
+++ b/src/errordialoghandler.h
@@ -1,22 +1,4 @@
-/***************************************************************************
- errordialoghandler.h - description
- -------------------
- begin : Fri Feb 20 2009
- copyright : (C) 2009 by Sean M. Pappalardo
- email : pegasus@c64.org
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-#ifndef ERRORDIALOGHANDLER_H
-#define ERRORDIALOGHANDLER_H
+#pragma once
#include <QObject>
#include <QMessageBox>
@@ -26,13 +8,8 @@
#include "util/class.h"
-/**
- * Class used to allow all threads to display message boxes on error conditions
- * with a custom list of standard buttons and to be able to react to them
- *
- *@author Sean M. Pappalardo
- */
-
+/** Class used to allow all threads to display message boxes on error conditions
+ * with a custom list of standard buttons and to be able to react to them. */
typedef enum {
DLG_FATAL = 5,
DLG_CRITICAL = 4,
@@ -181,5 +158,3 @@ class ErrorDialogHandler : public QObject {
DISALLOW_COPY_AND_ASSIGN(ErrorDialogHandler);
};
-
-#endif