Fixed two small bugs in EntryInfo and PlaylistWindow

This commit is contained in:
Thomas Frauendorfer 2008-03-09 11:44:49 +01:00
parent 87771bfe11
commit 575c4c12dd
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <QVariant>
EntryInfo::EntryInfo (QWidget *parent, XClientCache *cache, uint32_t id)
: QDialog (parent)
{
setupUi (this);
setAttribute (Qt::WA_DeleteOnClose);