Fix a stupid typo and a wrong include (<> instead of "")
This commit is contained in:
parent
9772abae05
commit
2b551ef00b
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
EntryInfo::EntryInfo (QWidget *paren, XClientCache *cache, uint32_t id)
|
EntryInfo::EntryInfo (QWidget *parent, XClientCache *cache, uint32_t id)
|
||||||
{
|
{
|
||||||
setupUi (this);
|
setupUi (this);
|
||||||
setAttribute (Qt::WA_DeleteOnClose);
|
setAttribute (Qt::WA_DeleteOnClose);
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
//include "Playlist.h"
|
//include "Playlist.h"
|
||||||
#include <xmmsclient/xmmsclient++.h>
|
#include <xmmsclient/xmmsclient++.h>
|
||||||
#include <entryinfo.h>
|
#include "entryinfo.h"
|
||||||
class Skin;
|
class Skin;
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue