merge fixes

This commit is contained in:
Volker Fischer 2020-06-24 17:26:36 +02:00
parent faef894057
commit 286465cb53
7 changed files with 12 additions and 1 deletions

View File

@ -22,6 +22,8 @@
*
\******************************************************************************/
#pragma once
#include <QLabel>
#include <QString>
#include <QLineEdit>

View File

@ -22,6 +22,8 @@
*
\******************************************************************************/
#pragma once
#include <QLabel>
#include <QString>
#include <QLineEdit>

View File

@ -22,6 +22,8 @@
*
\******************************************************************************/
#pragma once
#include <QLabel>
#include <QString>
#include <QLineEdit>

View File

@ -22,6 +22,8 @@
*
\******************************************************************************/
#pragma once
#include <QLabel>
#include <QLineEdit>
#include <QPushButton>

View File

@ -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 );

View File

@ -22,6 +22,8 @@
*
\******************************************************************************/
#pragma once
#include <QCloseEvent>
#include <QLabel>
#include <QListView>

View File

@ -432,6 +432,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
"<p>Stanislas Michalak (<a href=""https://github.com/stanislas-m"">stanislas-m</a>)</p>"
"<p>JP Cimalando (<a href=""https://github.com/jpcima"">jpcima</a>)</p>"
"<p>Adam Sampson (<a href=""https://github.com/atsampson"">atsampson</a>)</p>"
"<p>Stefan Weil (<a href=""https://github.com/stweil"">stweil</a>)</p>"
"<br>" + tr ( "For details on the contributions check out the " ) +
"<a href=""https://github.com/corrados/jamulus/graphs/contributors"">" + tr ( "Github Contributors list" ) + "</a>." );