From 930c972169249251ef238a454d0126f2b7fec2c5 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 15 Dec 2017 21:21:01 +0100 Subject: WebView pageMenu implementation --- src/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 1707657..87ee004 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -64,6 +64,11 @@ int main(int argc, char *argv[]) { // Create application object Browser instance(argc, argv); +#ifdef GIT_VERSION + instance.setApplicationVersion(GIT_VERSION); +#else + instance.setApplicationVersion("1.0.0"); +#endif QCommandLineParser parser; parser.setApplicationDescription("yet another Qt browser"); -- cgit v1.2.1