diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-08 17:09:51 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-08 17:09:51 +0000 |
| commit | b840d14b4c2c12e76af87fa3af784034e80bd0b4 (patch) | |
| tree | d28aa2b5555ce81be7435862fb6a8113efd3d2b9 /lib/gui/ewindow.cpp | |
| parent | 065d3ac0f19a6f2c61c3f8aa80a6cd8784ff7a7f (diff) | |
| download | enigma2-b840d14b4c2c12e76af87fa3af784034e80bd0b4.tar.gz enigma2-b840d14b4c2c12e76af87fa3af784034e80bd0b4.zip | |
small fixes
Diffstat (limited to 'lib/gui/ewindow.cpp')
| -rw-r--r-- | lib/gui/ewindow.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gui/ewindow.cpp b/lib/gui/ewindow.cpp index 622e8b0a..54a35958 100644 --- a/lib/gui/ewindow.cpp +++ b/lib/gui/ewindow.cpp @@ -43,6 +43,11 @@ void eWindow::setTitle(const std::string &string) event(evtTitleChanged); } +std::string eWindow::getTitle() const +{ + return m_title; +} + void eWindow::setFlag(int flags) { m_flags |= flags; |
