summaryrefslogtreecommitdiff
path: root/client/launcherwindow.cc
diff options
context:
space:
mode:
authorsenator <senator>2010-10-13 12:51:39 +0000
committersenator <senator>2010-10-13 12:51:39 +0000
commit85215970258aa0ad45b287fb0224d61a9bfcada4 (patch)
treeff16a8f74814e3ff04a97fd1444657c5fd9eee29 /client/launcherwindow.cc
parent5f5f01c0e3825ff4dd2a5b7b51c08172c93674c3 (diff)
working on template ini file integration. not entirely done but compiles just fine
Diffstat (limited to 'client/launcherwindow.cc')
-rw-r--r--client/launcherwindow.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/launcherwindow.cc b/client/launcherwindow.cc
index a97a1b7..e1c62eb 100644
--- a/client/launcherwindow.cc
+++ b/client/launcherwindow.cc
@@ -39,7 +39,8 @@ LauncherWindow::LauncherWindow(QString arg, QString cpr, QString templ, QWidget
setWindowTitle(tr("Pracro Launcher"));
resize(250,80);
- QSettings templateConfig(QFileInfo(arg).absolutePath() + "/templates.ini", QSettings::IniFormat);
+ QSettings templateConfig(QFileInfo(arg).
+absolutePath() + "/templates.ini", QSettings::IniFormat);
QLabel *cprLabel = new QLabel(tr("Patient ID:"));
cprLineEdit = new QLineEdit();