summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/session.cpp
Side-by-side diff
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 @@
+#include "profile.h"
#include "io_layer.h"
@@ -44,2 +45,5 @@ QWidget* Session::widget() {
}
+Profile Session::profile()const {
+ return m_prof;
+}
/*
@@ -93,2 +97,5 @@ void Session::setEmulationHandler( EmulationHandler* lay ) {
}
+void Session::setProfile( const Profile& prof ) {
+ m_prof = prof;
+}
/*