projects
/
quassel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
be7d5dd
)
fixing Quassel data dir for windows boxes
author
Marcus Eggenberger
<egs@quassel-irc.org>
Sat, 5 Apr 2008 12:31:29 +0000
(12:31 +0000)
committer
Marcus Eggenberger
<egs@quassel-irc.org>
Sat, 5 Apr 2008 12:31:29 +0000
(12:31 +0000)
src/common/util.cpp
patch
|
blob
|
history
diff --git
a/src/common/util.cpp
b/src/common/util.cpp
index
5aa21ef
..
76a3e0c
100644
(file)
--- a/
src/common/util.cpp
+++ b/
src/common/util.cpp
@@
-142,7
+142,7
@@
QByteArray methodName(const QMetaMethod &method) {
QDir quasselDir() {
// kinda ugly, but I currently see no other way to do that
#ifdef Q_OS_WIN32
QDir quasselDir() {
// kinda ugly, but I currently see no other way to do that
#ifdef Q_OS_WIN32
- QString quasselDir =
QDir::homePath() +
qgetenv("APPDATA") + "/quassel/";
+ QString quasselDir = qgetenv("APPDATA") + "/quassel/";
#else
QString quasselDir = QDir::homePath() + "/.quassel/";
#endif
#else
QString quasselDir = QDir::homePath() + "/.quassel/";
#endif