diff options
author | Marius Kintel <marius@kintel.net> | 2012-05-02 15:55:24 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-05-02 15:55:24 (GMT) |
commit | b4d467ceda9a13a861002f642052214e59e75d17 (patch) | |
tree | a048a5a40f510bd1ad08fbbe8b823f056f219dad /src/mainwin.cc | |
parent | 52a4607f324f8767f8139bff9b6d2a13c400d959 (diff) |
Moved examplesdir to mainwin
Diffstat (limited to 'src/mainwin.cc')
-rw-r--r-- | src/mainwin.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc index 30e1a17..ecbe271 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -99,6 +99,8 @@ #define OPENCSG_VERSION_STRING "unknown, <1.3.2" #endif +extern QString examplesdir; + // Global application state unsigned int GuiLocker::gui_locked = 0; |