projects
/
ecparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440d998
)
add definition of verbose
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 5 Jul 2008 14:14:31 +0000
(16:14 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 5 Jul 2008 14:14:31 +0000
(16:14 +0200)
GlobalSettings.cpp
patch
|
blob
|
history
diff --git
a/GlobalSettings.cpp
b/GlobalSettings.cpp
index
214d90e
..
ad8a659
100644
(file)
--- a/
GlobalSettings.cpp
+++ b/
GlobalSettings.cpp
@@
-4,6
+4,8
@@
#include "GlobalSettings.h"
+bool GlobalSettings::verbose = false;
+
bool GlobalSettings::isVerbose() {
return verbose;
}