Git commit 6fef336386fa0def8b16f0cd0cb19d76eb1587ac by Jaroslaw Staniek. Committed on 29/02/2016 at 23:16. Pushed by staniek into branch 'master'. GIT_SILENT Add docs for driver's behaviour (from calligra.git) M +1 -0 src/KDbDriver.h http://commits.kde.org/kdb/6fef336386fa0def8b16f0cd0cb19d76eb1587ac diff --git a/src/KDbDriver.h b/src/KDbDriver.h index 5b0b286..236ef3b 100644 --- a/src/KDbDriver.h +++ b/src/KDbDriver.h @@ -215,6 +215,7 @@ public: //! @return a list of internal property names for this driver. QList internalPropertyNames() const; = + //! @return a structure that provides detailed information about drive= r's default behaviour. inline const KDbDriverBehaviour* behaviour() const { return beh; } = //! @internal