mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Add a global version number.
So the main() and About dialog can use it.
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
|
||||
namespace Seer {
|
||||
|
||||
QString version () {
|
||||
|
||||
// Increment this with every release on GitHub.
|
||||
return "1.0.5";
|
||||
}
|
||||
|
||||
QString filterEscapes (const QString& str) {
|
||||
|
||||
QString tmp = str;
|
||||
|
||||
Reference in New Issue
Block a user