Change default path of example to current directory.

This commit is contained in:
Nathan Osman
2016-10-10 22:01:14 -07:00
parent 642ea69ffc
commit 1c1c1e7752

View File

@@ -54,7 +54,7 @@ int main(int argc, char * argv[])
QStringList() << "d" << "directory",
"directory to serve",
"directory",
QDir::homePath()
QDir::currentPath()
);
parser.addOption(dirOption);
parser.addHelpOption();