From 7acb0422b886af13fdeff608716e37797d57d8f4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Feb 2013 12:10:59 +0200 Subject: Adjust function naming to follow Qt style --- odb/qt/containers/list.ixx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/qt/containers/list.ixx') 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 inline T& QOdbList:: -modify_first () +modifyFirst () { T& r (l_.first ()); if (_tracking ()) @@ -267,7 +267,7 @@ modify_first () template inline T& QOdbList:: -modify_last () +modifyLast () { T& r (l_.last ()); if (_tracking ()) -- cgit v1.1