mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Add comment to avoid future problems
This commit is contained in:
@@ -159,7 +159,7 @@ private:
|
||||
static int callbackWrapper (void* callback, int numberColumns, char** values, char** columnNames);
|
||||
|
||||
public:
|
||||
void updateSchema();
|
||||
void updateSchema(); // Please don't call this from threads other than the main thread.
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user