From 08e9fcbbaf57383fd65fe4eb197d97a51abe0f26 Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 17 Oct 2002 17:56:30 +0000 Subject: autologin if profiles io layer offers it --- (limited to 'noncore/apps/opie-console/MyPty.cpp') diff --git a/noncore/apps/opie-console/MyPty.cpp b/noncore/apps/opie-console/MyPty.cpp index 565d03f..a2373bf 100644 --- a/noncore/apps/opie-console/MyPty.cpp +++ b/noncore/apps/opie-console/MyPty.cpp @@ -316,7 +316,9 @@ void MyPty::readPty() } QBitArray MyPty::supports()const { QBitArray ar(3); + //autoconnect ar[0] = 1; + // ar[1] = 0; ar[2] = 0; -- cgit v0.9.0.2