summaryrefslogtreecommitdiff
path: root/noncore/tools/pimconverter/converter.h
Unidiff
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
@@ -31,16 +31,19 @@ private:
31 }; 31 };
32 32
33 enum DbFormats{ 33 enum DbFormats{
34 XML = 0, 34 XML = 0,
35 SQL = 1, 35 SQL = 1,
36 }; 36 };
37 37
38 int m_selectedDatabase; 38 int m_selectedDatabase;
39 int m_selectedSourceFormat; 39 int m_selectedSourceFormat;
40 int m_selectedDestFormat; 40 int m_selectedDestFormat;
41 bool m_criticalState; 41 bool m_criticalState;
42 42
43
44private:
45 static bool sqliteCopyAndConvert( const QString &src, const QString &destination, QString &lastCommand );
43}; 46};
44 47
45 48
46#endif 49#endif