diff --git a/src/chatdlg.h b/src/chatdlg.h index 648d353d..2d3e5f8c 100755 --- a/src/chatdlg.h +++ b/src/chatdlg.h @@ -22,6 +22,8 @@ * \******************************************************************************/ +#pragma once + #include #include #include diff --git a/src/clientdlg.h b/src/clientdlg.h index 91fe43fe..b19061d5 100755 --- a/src/clientdlg.h +++ b/src/clientdlg.h @@ -22,6 +22,8 @@ * \******************************************************************************/ +#pragma once + #include #include #include diff --git a/src/clientsettingsdlg.h b/src/clientsettingsdlg.h index da5c31cb..3d699e57 100755 --- a/src/clientsettingsdlg.h +++ b/src/clientsettingsdlg.h @@ -22,6 +22,8 @@ * \******************************************************************************/ +#pragma once + #include #include #include diff --git a/src/connectdlg.h b/src/connectdlg.h index 2637b5a2..2ebe20ea 100755 --- a/src/connectdlg.h +++ b/src/connectdlg.h @@ -22,6 +22,8 @@ * \******************************************************************************/ +#pragma once + #include #include #include diff --git a/src/historygraph.h b/src/historygraph.h index 77034f97..4540418e 100644 --- a/src/historygraph.h +++ b/src/historygraph.h @@ -61,7 +61,7 @@ public: }; AHistoryGraph ( const int iMaxDaysHistory ); - ~AHistoryGraph() { } + virtual ~AHistoryGraph() { } void Start ( const QString& sNewFileName ); void Add ( const QDateTime& newDateTime, const EHistoryItemType curType ); diff --git a/src/serverdlg.h b/src/serverdlg.h index e2ddd336..b6339139 100755 --- a/src/serverdlg.h +++ b/src/serverdlg.h @@ -22,6 +22,8 @@ * \******************************************************************************/ +#pragma once + #include #include #include diff --git a/src/util.cpp b/src/util.cpp index 67ca7dd8..f1fd248f 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -432,6 +432,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) "

Stanislas Michalak (stanislas-m)

" "

JP Cimalando (jpcima)

" "

Adam Sampson (atsampson)

" + "

Stefan Weil (stweil)

" "
" + tr ( "For details on the contributions check out the " ) + "" + tr ( "Github Contributors list" ) + "." );