Make detailed version information available to command line (#257)
- Moved detailed version information from ReportBugDialog to Version::details() - Added QPA Platform information to verbose version information - Added Qt version to detailed version information - Added `-V` command line option to glabels-qt and glabels-batch-qt
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
#define model_Version_h
|
||||
|
||||
|
||||
#include <QString>
|
||||
|
||||
|
||||
namespace glabels
|
||||
{
|
||||
namespace model
|
||||
@@ -42,6 +45,8 @@ namespace glabels
|
||||
|
||||
const QString STRING = "@VERSION_STRING@";
|
||||
const QString LONG_STRING = "@LONG_VERSION_STRING@";
|
||||
|
||||
QString details();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user