From c4a87231c4018442034f7da073288b553b870a99 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 5 Sep 2007 16:06:01 +0000 Subject: [PATCH] Qt4 - cosmetic and trailing spaces. symbols fix. --- modules/gui/qt4/playlist_model.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/gui/qt4/playlist_model.hpp b/modules/gui/qt4/playlist_model.hpp index 4488ce1905..ede272e042 100644 --- a/modules/gui/qt4/playlist_model.hpp +++ b/modules/gui/qt4/playlist_model.hpp @@ -66,7 +66,7 @@ protected: int i_id; int i_input_id; int i_showflags; - + void updateview( void ); friend class PLModel; private: @@ -121,7 +121,7 @@ public: bool b_need_update; int i_items_to_append; - + void rebuild(); void rebuild( playlist_item_t *); bool hasRandom(); bool hasLoop(); bool hasRepeat(); @@ -141,7 +141,7 @@ public: void sendArt( QString url ); void removeArt( ); - + int shownFlags() { return rootItem->i_showflags; } private: void addCallbacks(); @@ -198,7 +198,9 @@ private slots: void popupInfo(); void popupStream(); void popupSave(); +#ifdef WIN32 void popupExplore(); +#endif void viewchanged( int ); friend class PLItem; }; -- 2.39.5