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:
Jaye Evins
2025-12-03 20:43:37 -05:00
committed by GitHub
parent 98b3e32bfd
commit 44a10fc796
9 changed files with 105 additions and 24 deletions
+5
View File
@@ -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();
}
}