merge fixes
This commit is contained in:
parent
faef894057
commit
286465cb53
7 changed files with 12 additions and 1 deletions
|
@ -22,6 +22,8 @@
|
||||||
*
|
*
|
||||||
\******************************************************************************/
|
\******************************************************************************/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
*
|
*
|
||||||
\******************************************************************************/
|
\******************************************************************************/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
*
|
*
|
||||||
\******************************************************************************/
|
\******************************************************************************/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
*
|
*
|
||||||
\******************************************************************************/
|
\******************************************************************************/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
|
|
|
@ -61,7 +61,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
AHistoryGraph ( const int iMaxDaysHistory );
|
AHistoryGraph ( const int iMaxDaysHistory );
|
||||||
~AHistoryGraph() { }
|
virtual ~AHistoryGraph() { }
|
||||||
|
|
||||||
void Start ( const QString& sNewFileName );
|
void Start ( const QString& sNewFileName );
|
||||||
void Add ( const QDateTime& newDateTime, const EHistoryItemType curType );
|
void Add ( const QDateTime& newDateTime, const EHistoryItemType curType );
|
||||||
|
|
|
@ -22,6 +22,8 @@
|
||||||
*
|
*
|
||||||
\******************************************************************************/
|
\******************************************************************************/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <QCloseEvent>
|
#include <QCloseEvent>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QListView>
|
#include <QListView>
|
||||||
|
|
|
@ -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>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>JP Cimalando (<a href=""https://github.com/jpcima"">jpcima</a>)</p>"
|
||||||
"<p>Adam Sampson (<a href=""https://github.com/atsampson"">atsampson</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 " ) +
|
"<br>" + tr ( "For details on the contributions check out the " ) +
|
||||||
"<a href=""https://github.com/corrados/jamulus/graphs/contributors"">" + tr ( "Github Contributors list" ) + "</a>." );
|
"<a href=""https://github.com/corrados/jamulus/graphs/contributors"">" + tr ( "Github Contributors list" ) + "</a>." );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue