--- a/locationpickerservice/inc/locationpickerproxymodel.h Wed Jun 23 18:07:15 2010 +0300
+++ b/locationpickerservice/inc/locationpickerproxymodel.h Tue Jul 06 14:10:28 2010 +0300
@@ -31,7 +31,7 @@
public:
// constructor
- LocationPickerProxyModel( Qt::Orientations aOrientation , QObject *parent = 0 );
+ LocationPickerProxyModel( QObject *parent = 0 );
// used to
void filterParameterChanged( QString aSearchText );
@@ -45,7 +45,6 @@
private:
// search string
QString mSearchText;
- Qt::Orientations mOrientation;
};