diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-24 09:12:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-24 09:12:20 +0000 |
| commit | 0d7278b171c495c14ba4e46475760d238be64f15 (patch) | |
| tree | d853da2c74b0372e630a19ca80d559bd737756ff /src/qmmpui/detailsdialog.cpp | |
| parent | db0fae158a55192c9be86b0de826160264049432 (diff) | |
| download | qmmp-0d7278b171c495c14ba4e46475760d238be64f15.tar.gz qmmp-0d7278b171c495c14ba4e46475760d238be64f15.tar.bz2 qmmp-0d7278b171c495c14ba4e46475760d238be64f15.zip | |
removed test code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3279 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.cpp')
| -rw-r--r-- | src/qmmpui/detailsdialog.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qmmpui/detailsdialog.cpp b/src/qmmpui/detailsdialog.cpp index 3240d37c6..5be918ebe 100644 --- a/src/qmmpui/detailsdialog.cpp +++ b/src/qmmpui/detailsdialog.cpp @@ -62,11 +62,6 @@ DetailsDialog::DetailsDialog(PlayListItem *item, QWidget *parent) } } printInfo(); - - QWidget *w = new QWidget(m_ui->textEdit); - w->resize(120,120); - w->setAutoFillBackground(true); - w->move(m_ui->textEdit->width() - 130, m_ui->textEdit->height() - 130); } DetailsDialog::~DetailsDialog() |
