mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
qt: added about box
This commit is contained in:
parent
06a7e181cd
commit
082c4f1104
9 changed files with 353 additions and 30 deletions
7
qt/i2pd_qt/BuildDateTimeQt.h
Normal file
7
qt/i2pd_qt/BuildDateTimeQt.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef BUILDDATETIMEQT_H
|
||||
#define BUILDDATETIMEQT_H
|
||||
|
||||
#include <QString>
|
||||
const QString BUILD_DATE_TIME_QT = QStringLiteral(__DATE__ " " __TIME__);
|
||||
|
||||
#endif // BUILDDATETIMEQT_H
|
Loading…
Add table
Add a link
Reference in a new issue