Commit c4a87231 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - cosmetic and trailing spaces. symbols fix.

parent 052f1a15
...@@ -66,7 +66,7 @@ protected: ...@@ -66,7 +66,7 @@ protected:
int i_id; int i_id;
int i_input_id; int i_input_id;
int i_showflags; int i_showflags;
void updateview( void ); void updateview( void );
friend class PLModel; friend class PLModel;
private: private:
...@@ -121,7 +121,7 @@ public: ...@@ -121,7 +121,7 @@ public:
bool b_need_update; bool b_need_update;
int i_items_to_append; int i_items_to_append;
void rebuild(); void rebuild( playlist_item_t *); void rebuild(); void rebuild( playlist_item_t *);
bool hasRandom(); bool hasLoop(); bool hasRepeat(); bool hasRandom(); bool hasLoop(); bool hasRepeat();
...@@ -141,7 +141,7 @@ public: ...@@ -141,7 +141,7 @@ public:
void sendArt( QString url ); void sendArt( QString url );
void removeArt( ); void removeArt( );
int shownFlags() { return rootItem->i_showflags; } int shownFlags() { return rootItem->i_showflags; }
private: private:
void addCallbacks(); void addCallbacks();
...@@ -198,7 +198,9 @@ private slots: ...@@ -198,7 +198,9 @@ private slots:
void popupInfo(); void popupInfo();
void popupStream(); void popupStream();
void popupSave(); void popupSave();
#ifdef WIN32
void popupExplore(); void popupExplore();
#endif
void viewchanged( int ); void viewchanged( int );
friend class PLItem; friend class PLItem;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment