From fabadbc7caba39006fcdda5167c29fa287e23cc3 Mon Sep 17 00:00:00 2001 From: drw Date: Thu, 17 Apr 2003 20:19:52 +0000 Subject: Added better verbosity options and option to save ipkg output to a file (per 'bugs' #856 & #857). Also fixed Ok/Cancel behavior on install options dialog. --- (limited to 'noncore/settings/aqpkg/ipkg.h') diff --git a/noncore/settings/aqpkg/ipkg.h b/noncore/settings/aqpkg/ipkg.h index d49bb04..531bfc0 100644 --- a/noncore/settings/aqpkg/ipkg.h +++ b/noncore/settings/aqpkg/ipkg.h @@ -49,7 +49,7 @@ public: void setPackage( const char *pkg ) { package = pkg; } void setDestination( const char *dest ) { destination = dest; } void setDestinationDir( const char *dir ) { destDir = dir; } - void setFlags( int fl ) { flags = fl; } + void setFlags( int fl, int il ) { flags = fl; infoLevel = il; } void setRuntimeDirectory( const char *dir ) { runtimeDir = dir; } signals: @@ -73,6 +73,7 @@ private: QString runtimeDir; OProcess *proc; int flags; + int infoLevel; bool finished; QList *dependantPackages; -- cgit v0.9.0.2