From: unknown Date: Sat, 28 Mar 2009 13:42:48 +0000 (+0100) Subject: - Fix compile errors X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=7b33a7320c8710008327bb1a8369d986cf61f34d;p=aniplayer-old.git - Fix compile errors --- diff --git a/src/episodevotedialog.cpp b/src/episodevotedialog.cpp index ed09847..07be726 100644 --- a/src/episodevotedialog.cpp +++ b/src/episodevotedialog.cpp @@ -15,7 +15,7 @@ EpisodeVoteDialog::~EpisodeVoteDialog() int EpisodeVoteDialog::vote() const { - return qBound(1, int(tm_ui->vote.value() * 10.0), 100); + return qBound(1, int(m_ui->vote->value() * 10.0), 100); } void EpisodeVoteDialog::setVote(int value) diff --git a/src/episodevotedialog.ui b/src/episodevotedialog.ui index 72c37ea..4373acf 100644 --- a/src/episodevotedialog.ui +++ b/src/episodevotedialog.ui @@ -6,8 +6,8 @@ 0 0 - 134 - 65 + 178 + 71 @@ -22,12 +22,12 @@ Vote: - doubleSpinBox + vote - + 1.000000000000000 @@ -57,7 +57,7 @@ - doubleSpinBox + vote buttonBox