summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:23 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:23 -0400
commit04e7ba8bf082e2b170595eef488834accd9d946e (patch)
tree7fd20434fc62c1d7feb47de9d2d4ad6b533198d4 /src/util
parentcbb6dcfb002dd5bc5f702a4909306be5c2878319 (diff)
Imported Upstream version 2.0.1
Diffstat (limited to 'src/util')
-rw-r--r--src/util/cresmgr.cpp3
-rw-r--r--src/util/cresmgr.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/util/cresmgr.cpp b/src/util/cresmgr.cpp
index 1bd51af..27eb8f4 100644
--- a/src/util/cresmgr.cpp
+++ b/src/util/cresmgr.cpp
@@ -13,6 +13,9 @@
namespace CResMgr {
+ namespace mainWindow {
+ const QString icon = "bibletime.svg";
+ } // mainWindow
namespace modules {
namespace bible {
const QString icon_unlocked = "bible.svg";
diff --git a/src/util/cresmgr.h b/src/util/cresmgr.h
index 1fa3953..95d931e 100644
--- a/src/util/cresmgr.h
+++ b/src/util/cresmgr.h
@@ -20,6 +20,9 @@
namespace CResMgr {
void init_tr();
+ namespace mainWindow {
+ extern const QString icon;
+ }
namespace modules {
namespace bible {
extern const QString icon_unlocked;