summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/main.cpp
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2014-11-17 12:17:57 +0100
committerRainer Keller <rainer.keller@theqtcompany.com>2014-11-17 13:18:50 +0200
commit1071310c5c72439d7fd522d0b6af9a6b0c6359ab (patch)
treed46135758790f678b9ffef53be232cbb4feda7cd /src/b2qt-flashing-wizard/main.cpp
parentce5cf7466f6db9bb69e453a1882c6fe77896f706 (diff)
b2qt-flashing-wizard: Show version on startup
Change-Id: Id6c125a24d1f8e64a9c442632600c3715c3ab546 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
Diffstat (limited to 'src/b2qt-flashing-wizard/main.cpp')
-rw-r--r--src/b2qt-flashing-wizard/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/b2qt-flashing-wizard/main.cpp b/src/b2qt-flashing-wizard/main.cpp
index 0321e3e..25ab9d1 100644
--- a/src/b2qt-flashing-wizard/main.cpp
+++ b/src/b2qt-flashing-wizard/main.cpp
@@ -26,6 +26,7 @@
int main(int argc, char **argv)
{
+ printf("Version %s, SHA1 %s\n", GIT_VERSION, GIT_HASH);
QApplication app(argc, argv);
// qDebug() << QStyleFactory::keys();
QStyle *style = QStyleFactory::create("Fusion");