summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profilemanager.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/profilemanager.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profilemanager.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/profilemanager.cpp b/noncore/apps/opie-console/profilemanager.cpp
index e8bdb2e..95a46f9 100644
--- a/noncore/apps/opie-console/profilemanager.cpp
+++ b/noncore/apps/opie-console/profilemanager.cpp
@@ -74,2 +74,10 @@ Profile::ValueList ProfileManager::all()const {
74Session* ProfileManager::fromProfile( const Profile& prof, QWidget* parent) { 74Session* ProfileManager::fromProfile( const Profile& prof, QWidget* parent) {
75/* TEST PROFILE!!!
76 Profile prof;
77 QString str = "/dev/ttyS0";
78 prof.writeEntry("Device",str );
79 prof.writeEntry("Baud", 115200 );
80 prof.setIOLayer("serial");
81 prof.setName( "test");
82*/
75 Session* session = new Session(); 83 Session* session = new Session();
@@ -87,2 +95,3 @@ Session* ProfileManager::fromProfile( const Profile& prof, QWidget* parent) {
87 EmulationHandler* handler = new EmulationHandler(prof,dummy ); 95 EmulationHandler* handler = new EmulationHandler(prof,dummy );
96 session->setEmulationHandler( handler );
88 lay->addWidget( handler->widget() ); 97 lay->addWidget( handler->widget() );