Functionnal version of ImportPanel
This commit is contained in:
@@ -607,3 +607,8 @@ ImportEngine* KissCount::GetImportEngine(wxString path)
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void KissCount::UpdateImportPattern()
|
||||
{
|
||||
_db->UpdateImportPattern(_user);
|
||||
}
|
||||
|
||||
@@ -111,6 +111,7 @@ public:
|
||||
wxString GetImportEngineExtensions();
|
||||
ImportEngine* GetImportEngine(wxString path);
|
||||
|
||||
void UpdateImportPattern();
|
||||
private:
|
||||
wxUI* _wxUI;
|
||||
Database* _db;
|
||||
|
||||
Reference in New Issue
Block a user