1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix some RawDatabase interface comments

This commit is contained in:
tux3 2015-12-19 05:50:41 +01:00
parent 8adb40d09f
commit 698144c803
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -75,9 +75,9 @@ public slots:
bool rename(const QString& newPath);
protected slots:
/// Should only be called from the constructor, runs on the caller's thread
/// Tries to open the database with the given (possibly empty) key
bool open(const QString& path, const QString& hexKey = {});
/// Should only be called from the destructor, runs on the caller's thread
/// Closes the database and free its associated resources
void close();
/// Implements the actual processing of pending transactions
/// Unqueues, compiles, binds and executes queries, then notifies of results