[Pkg-mpd-commits] [qmpdclient] 22/38: Weird forgotten include

Andrey Rahmatullin wrar at moszumanska.debian.org
Mon May 23 07:19:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

wrar pushed a commit to branch master
in repository qmpdclient.

commit 429c5ef22aa1b496e15c5b771aa5ce4bc95f4c93
Author: Voker57 <voker57 at gmail.com>
Date:   Fri Jun 29 11:40:10 2012 +0400

    Weird forgotten include
---
 src/playlistpanel.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/playlistpanel.cpp b/src/playlistpanel.cpp
index 9ced3d9..836f64f 100644
--- a/src/playlistpanel.cpp
+++ b/src/playlistpanel.cpp
@@ -18,6 +18,7 @@
  */
 
 #include "playlistpanel.h"
+#include "playlistmodel.h"
 #include "mpd.h"
 #include "config.h"
 
@@ -55,4 +56,4 @@ void PlaylistPanel::updateTranslation() {
 void PlaylistPanel::updateFilter(const QString &needle) {
 	playlistView->setFilter(needle);
 	playlistView->setCurrentIndex(playlistView->model()->index(0, 0));
-}
\ No newline at end of file
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/qmpdclient.git



More information about the Pkg-mpd-commits mailing list