summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2014-07-30 23:07:51 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-07-30 23:07:51 +0200
commit017e2fda09e97c862ada8c31457c973f92b528a8 (patch)
treecb40d12e746858ffd970f57c5bc50482bdd13a7f
parent1e1f1ba3bb065cb148ef9d8bbad7d53ce391568f (diff)
password-store
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 88227323..7dc33845 100644
--- a/main.cpp
+++ b/main.cpp
@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
tree.setModel(&model);
- tree.setRootIndex(model.index(QDir::homePath()));
+ tree.setRootIndex(model.index(QDir::homePath()+"/.password-store"));
tree.setColumnHidden( 1, true );
tree.setColumnHidden( 2, true );
tree.setColumnHidden( 3, true );