Browse Source

Fix some RawDatabase interface comments

pull/2701/head
tux3 10 years ago
parent
commit
698144c803
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 4
      src/persistence/db/rawdatabase.h

4
src/persistence/db/rawdatabase.h

@ -75,9 +75,9 @@ public slots: @@ -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

Loading…
Cancel
Save