Commit 068b5be2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - Don't public slots when unneeded.

parent 933b2755
......@@ -140,9 +140,9 @@ private:
bool b_firstdvd, b_firstvcd, b_firstcdda;
public slots:
virtual void updateMRL() ;
virtual void updateButtons() ;
private slots:
void browseDevice();
void updateButtons() ;
};
......
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