Mark some more methods as const

This commit is contained in:
Martin Kleusberg
2017-01-20 19:10:07 +01:00
parent c0d2e9131e
commit 5455fd8cb7
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ public:
bool renameColumn(const QString& tablename, const sqlb::Table& table, const QString& name, sqlb::FieldPtr to, int move = 0);
objectMap getBrowsableObjects() const;
sqlb::ObjectPtr getObjectByName(const QString& name) const;
const sqlb::ObjectPtr getObjectByName(const QString& name) const;
bool isOpen() const;
bool encrypted() const { return isEncrypted; }
bool readOnly() const { return isReadOnly; }