aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers/list.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-08 12:10:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-08 12:10:59 +0200
commit7acb0422b886af13fdeff608716e37797d57d8f4 (patch)
treec9f2ff1c5fe373ddcd05558f49086b91e604c5eb /odb/qt/containers/list.ixx
parent1ad3c18e3344eadd87d7ef77aecacf9feadd7fd4 (diff)
Adjust function naming to follow Qt style
Diffstat (limited to 'odb/qt/containers/list.ixx')
-rw-r--r--odb/qt/containers/list.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/qt/containers/list.ixx b/odb/qt/containers/list.ixx
index 90a10e6..f7f57b2 100644
--- a/odb/qt/containers/list.ixx
+++ b/odb/qt/containers/list.ixx
@@ -257,7 +257,7 @@ erase (iterator f, iterator l)
template <typename T>
inline T& QOdbList<T>::
-modify_first ()
+modifyFirst ()
{
T& r (l_.first ());
if (_tracking ())
@@ -267,7 +267,7 @@ modify_first ()
template <typename T>
inline T& QOdbList<T>::
-modify_last ()
+modifyLast ()
{
T& r (l_.last ());
if (_tracking ())