diff options
| author | Niklas Goby | 2011-03-21 12:03:04 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-03-21 12:03:04 +0100 |
| commit | f2b5a82610ea4b9de9ff5f3ae83cd1715e79bc24 (patch) | |
| tree | 7234b2e8f2083fe23193bc1654c70ec395d20b12 /src/logViewer.cpp | |
| parent | some changes in the fbgui, ipWatcher (diff) | |
| parent | and the files ^^ (diff) | |
| download | fbgui-f2b5a82610ea4b9de9ff5f3ae83cd1715e79bc24.tar.gz fbgui-f2b5a82610ea4b9de9ff5f3ae83cd1715e79bc24.tar.xz fbgui-f2b5a82610ea4b9de9ff5f3ae83cd1715e79bc24.zip | |
Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui
Conflicts:
src/fbgui.cpp
Diffstat (limited to 'src/logViewer.cpp')
| -rw-r--r-- | src/logViewer.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/logViewer.cpp b/src/logViewer.cpp deleted file mode 100644 index 2c302f8..0000000 --- a/src/logViewer.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include <logViewer.h> -#include <fbgui.h> - -logViewer::logViewer(QWidget *parent) : QTextEdit(parent) { - QPalette qp; - qp.setColor(QPalette::Base, Qt::black); - setPalette(qp); - setTextColor(Qt::green); - setPlainText("Debug console loaded."); - resize(QSize(640, 480)); - setVisible(false); -} - -void logViewer::write(QString text){ - if (debug) this->append(text); -} |
