videocollection/tsrc/stubs/src/videolistwidget.cpp
changeset 46 adbe7d5ba2f5
parent 28 c48470be1ba7
child 47 45e72b57a2fd
--- a/videocollection/tsrc/stubs/src/videolistwidget.cpp	Fri Jun 11 13:39:54 2010 +0300
+++ b/videocollection/tsrc/stubs/src/videolistwidget.cpp	Wed Jun 23 18:14:16 2010 +0300
@@ -110,9 +110,9 @@
     return mCurrentLevel;
 }
 
-VideoSortFilterProxyModel& VideoListWidget::getModel()
+VideoSortFilterProxyModel* VideoListWidget::getModel()
 { 
-    return *mModel;
+    return mModel;
 }
 
 void VideoListWidget::emitActivated (const QModelIndex &modelIndex)