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);

View file

@ -131,6 +131,7 @@ PlaylistWindow::resizeEvent (QResizeEvent *event)
if (s.value("playlist/shaded").toBool ()) {
s.setValue ("playlist/size", size ());
}
m_mw->attachWidgets ();
}
void