summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/package.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/package.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/package.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/package.cpp b/noncore/unsupported/oipkg/package.cpp
index f992641..9280d89 100644
--- a/noncore/unsupported/oipkg/package.cpp
+++ b/noncore/unsupported/oipkg/package.cpp
@@ -50,3 +50,2 @@ Package::Package( QString n, PackageManagerSettings *s )
parseIpkgFile( n );
- _toProcess = true;
_useFileName = true;
@@ -368 +367,6 @@ QDict<QString>* Package::getFields()
}
+
+QString Package::status()
+{
+ return _status;
+}