summaryrefslogtreecommitdiff
path: root/noncore/tools/pimconverter/converter.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/pimconverter/converter.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/pimconverter/converter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/tools/pimconverter/converter.h b/noncore/tools/pimconverter/converter.h
index 9d75d79..e9035e7 100755
--- a/noncore/tools/pimconverter/converter.h
+++ b/noncore/tools/pimconverter/converter.h
@@ -40,6 +40,9 @@ private:
int m_selectedDestFormat;
bool m_criticalState;
+
+private:
+ static bool sqliteCopyAndConvert( const QString &src, const QString &destination, QString &lastCommand );
};