diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-26 10:40:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-26 10:40:28 +0000 |
| commit | e45fe3af3c2ae427c56e667aba4593c60af5c22a (patch) | |
| tree | 6a8bedf16c5e0a2fb08bfbd99a63d69adb9517af | |
| parent | 562b931bb6f3d36db4f2738f5771396b9b6a8f6e (diff) | |
| download | qmmp-e45fe3af3c2ae427c56e667aba4593c60af5c22a.tar.gz qmmp-e45fe3af3c2ae427c56e667aba4593c60af5c22a.tar.bz2 qmmp-e45fe3af3c2ae427c56e667aba4593c60af5c22a.zip | |
fixed includes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3482 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmpui/playlistitem.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index 2e6b974bd..82e022e39 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008 by Ilya Kotov * + * Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -21,11 +21,9 @@ #define PLAYLISTITEM_H #include <QMap> +#include <qmmp/fileinfo.h> #include <qmmp/qmmp.h> -class FileInfo; -class QSettings; - /** @brief The PlayListItem class provides an item for use with the PlayListModel class. * @author Ilya Kotov <forkotov02@hotmail.ru> */ |
