Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

kprocess.cpp

Go to the documentation of this file.
00001 #include "kprocess.h"
00002 
00003 void KProcess::clearArguments()
00004 {
00005 }
00006     
00007 KProcess & KProcess::operator<<( const QString & )
00008 {
00009   return *this;
00010 }
00011     
00012 bool KProcess::start()
00013 {
00014   return false;
00015 }

Generated on Sat Nov 5 16:17:12 2005 for OPIE by  doxygen 1.4.2