1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-27 09:41:32 +01:00

Fix clang warning.

This commit is contained in:
John Maguire 2010-08-26 17:25:50 +00:00
parent 57540119b5
commit 579c980666

View File

@ -40,8 +40,8 @@ private slots:
void DbusWiimoteGeneralButtons(quint32 id, quint64 value);
private:
DBusDeviceEventsInterface* wiimotedev_iface_;
Player* player_;
DBusDeviceEventsInterface* wiimotedev_iface_;
quint64 wiimotedev_buttons_;
QSettings settings_;