summaryrefslogtreecommitdiffstats
path: root/client/browser/src/mainwindow.h
diff options
context:
space:
mode:
authoradelcastillo <adelcastillo@us.es>2009-12-14 16:08:20 +0000
committeradelcastillo <adelcastillo@us.es>2009-12-14 16:08:20 +0000
commitc8f8a9cb5d14083e9486914ff5b8f4b4adf95aae (patch)
treedfee2b9c623155137ce9e8c9f10b6b2a0734539f /client/browser/src/mainwindow.h
parent6e139c9f40914b2e4463bc9d5deb2b5954dfb0e2 (diff)
Modo admin y user separado.
git-svn-id: https://opengnsys.es/svn/trunk@659 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/browser/src/mainwindow.h')
-rw-r--r--client/browser/src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/browser/src/mainwindow.h b/client/browser/src/mainwindow.h
index e42e0c2b..76626e27 100644
--- a/client/browser/src/mainwindow.h
+++ b/client/browser/src/mainwindow.h
@@ -2,7 +2,7 @@
#define MAINWINDOW_H
#define PROTOCOL "command:"
-#define ENVIRONMENT "OGLOGFILE"
+#define ENVIRONMENT "OGLOGFILE,boot"
//#define ENVIRONMENT "OGIP,OGSERVER,OGLOG"
#include <QWidget>
@@ -56,7 +56,7 @@ class MainWindow : public QMainWindow
//Functions
protected:
int readEnvironmentValues();
- void print(QString s,bool newLine=true);
+ void print(QString s);
void captureOutputForStatusBar(QString output);
void startProgressBar();
void finishProgressBar();