summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pmipkg.h
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/pmipkg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pmipkg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/pmipkg.h b/noncore/unsupported/oipkg/pmipkg.h
index 662800a..c84acfa 100644
--- a/noncore/unsupported/oipkg/pmipkg.h
+++ b/noncore/unsupported/oipkg/pmipkg.h
@@ -44,25 +44,24 @@ public slots:
44 void doIt(); 44 void doIt();
45 void install(); 45 void install();
46 void remove(); 46 void remove();
47 void installFile(const QString &fileName, const QString &dest=""); 47 void installFile(const QString &fileName, const QString &dest="");
48 void removeFile(const QString &fileName, const QString &dest=""); 48 void removeFile(const QString &fileName, const QString &dest="");
49 void createLinks( const QString &dest ); 49 void createLinks( const QString &dest );
50 void removeLinks( const QString &dest ); 50 void removeLinks( const QString &dest );
51 51
52//private slots: 52//private slots:
53 void getIpkgOutput(OProcess *proc, char *buffer, int buflen); 53 void getIpkgOutput(OProcess *proc, char *buffer, int buflen);
54 54
55private: 55private:
56 bool shellWarning;
57 OProcess *ipkgProcess; 56 OProcess *ipkgProcess;
58 PackageManagerSettings* settings; 57 PackageManagerSettings* settings;
59 RunWindow *runwindow; 58 RunWindow *runwindow;
60 InstallDialog *installDialog; 59 InstallDialog *installDialog;
61 QList<Package> to_remove; 60 QList<Package> to_remove;
62 QList<Package> to_install; 61 QList<Package> to_install;
63 void makeLinks(Package*); 62 void makeLinks(Package*);
64 void linkPackage( QString, QString ); 63 void linkPackage( QString, QString );
65 void processLinkDir( QString , QString ); 64 void processLinkDir( QString , QString );
66 bool runIpkg(const QString& args, const QString& dest="" ); 65 bool runIpkg(const QString& args, const QString& dest="" );
67 void out( QString ); 66 void out( QString );
68 QStringList* getList( QString, QString ); 67 QStringList* getList( QString, QString );