Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
util.cpp
Go to the documentation of this file.
1 /*
2  * Util.cpp
3  *
4  * Created on: 18.01.2013
5  * Author: sr
6  */
7 
8 #include "util.h"
9 #include <QSettings>
10 
11 namespace Util
12 {
13 //#
14 //#
16 {
17  QSettings settings(QSettings::IniFormat, QSettings::UserScope, "openslx/pvs2", "pvs2");
18  QFileInfo fi(settings.fileName());
19  QDir path(fi.path());
20  return path;
21 }
22 //#
23 //#
24 }
25 
Definition: util.cpp:11
QDir settingsDir()
Definition: util.cpp:15