locationpickerservice/inc/locationpickerproxymodel.h
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
child 31 8db05346071b
--- a/locationpickerservice/inc/locationpickerproxymodel.h	Mon May 03 12:27:22 2010 +0300
+++ b/locationpickerservice/inc/locationpickerproxymodel.h	Fri May 14 15:47:27 2010 +0300
@@ -31,16 +31,16 @@
 
 public:
     // constructor
-    LocationPickerProxyModel(Qt::Orientations aOrientation , QObject *parent = 0);
+    LocationPickerProxyModel( Qt::Orientations aOrientation , QObject *parent = 0 );
 
     // used to
-    void filterParameterChanged(QString aSearchText);
+    void filterParameterChanged( QString aSearchText );
 
 protected:
     // override QSortFilterProxyModel function  to define logic for filter
-    bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
+    bool filterAcceptsRow( int sourceRow, const QModelIndex &sourceParent ) const;
     // override QSortFilterProxyModel function  to define logic for sort
-    bool lessThan(const QModelIndex &left, const QModelIndex &right) const;
+    bool lessThan( const QModelIndex &left, const QModelIndex &right ) const;
 
 private:
     // search string