Add Copyright forget

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2827 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-02-08 07:08:36 +00:00
parent b0e1e2804a
commit 4d307623d8
3 changed files with 35 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ namespace QET {
/// QElectroTech version (as string, used to mark projects and elements XML documents)
const QString version = "0.4";
/// QElectroTech displayed version
const QString displayedVersion = "0.4-dev $Rev:: $";
const QString displayedVersion = "0.4-dev ($Rev:: $) ";
QString license();
/// Orientation (used for electrical elements and their terminals)
enum Orientation {North, East, South, West};