mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Add user warning on startup
notify the user of the use of dev software ToDo: the text still needs to be adjusted
This commit is contained in:
@@ -28,10 +28,19 @@ class QActionGroup;
|
||||
anywhere else within the QElectroTech application.
|
||||
*/
|
||||
namespace QET {
|
||||
/// Read the release workflow documentation
|
||||
/// before making changes here!!!
|
||||
|
||||
/// QElectroTech version (as string, used to mark projects and elements XML documents)
|
||||
const QString version = "0.80";
|
||||
/// QElectroTech displayed version
|
||||
const QString displayedVersion = "0.80-DEV";
|
||||
/**
|
||||
@brief FileFormatStable
|
||||
- On all non-release branches: false
|
||||
- On release branches: true
|
||||
*/
|
||||
const bool FileFormatStable = false;
|
||||
QString license();
|
||||
|
||||
//Describe the current state of a graphic item
|
||||
|
||||
Reference in New Issue
Block a user