summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/session.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/session.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/session.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/session.cpp b/noncore/apps/opie-console/session.cpp
index 03d0fcd..c166d95 100644
--- a/noncore/apps/opie-console/session.cpp
+++ b/noncore/apps/opie-console/session.cpp
@@ -2,2 +2,3 @@
2 2
3#include "profile.h"
3#include "io_layer.h" 4#include "io_layer.h"
@@ -44,2 +45,5 @@ QWidget* Session::widget() {
44} 45}
46Profile Session::profile()const {
47 return m_prof;
48}
45/* 49/*
@@ -93,2 +97,5 @@ void Session::setEmulationHandler( EmulationHandler* lay ) {
93} 97}
98void Session::setProfile( const Profile& prof ) {
99 m_prof = prof;
100}
94/* 101/*