<html>
<body>
<div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
<table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
<tr>
<td>
This is an automatically generated e-mail. To reply, visit:
<a href="https://git.reviewboard.kde.org/r/118874/">https://git.reviewboard.kde.org/r/118874/</a>
</td>
</tr>
</table>
<br />
<div>
<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
<thead>
<tr>
<th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
<a href="https://git.reviewboard.kde.org/r/118874/diff/1/?file=282948#file282948line134" style="color: black; font-weight: bold; text-decoration: underline;">src/kcmodule/sharedfilesdialog/sharedfilesdialog.cpp</a>
<span style="font-weight: normal;">
(Diff revision 1)
</span>
</th>
</tr>
</thead>
<tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
<tr>
<td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">void SharedFilesDialog::removeFiles()</pre></td>
</tr>
</tbody>
<tbody>
<tr>
<th bgcolor="#e9eaa8" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2">128</font></th>
<td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="n">m_removed</span><span class="p">.</span><span class="n">contains</span><span class="p">(</span><span class="n">file</span><span class="p">.</span><span class="n">symLinkTarget</span><span class="p">()))</span> <span class="p">{</span></pre></td>
<th bgcolor="#e9eaa8" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">128</font></th>
<td bgcolor="#fdfebc" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "> <span class="hl"> </span><span class="k"><span class="hl">else</span></span> <span class="k">if</span> <span class="p">(</span><span class="o">!</span><span class="n">m_removed</span><span class="p">.</span><span class="n">contains</span><span class="p">(</span><span class="n">file</span><span class="p">.</span><span class="n">symLinkTarget</span><span class="p">()))</span> <span class="p">{</span></pre></td>
</tr>
</tbody>
</table>
<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Move this else together with the }</pre>
</div>
<br />
<p>- Àlex Fiestas</p>
<br />
<p>On June 22nd, 2014, 12:31 p.m. UTC, David Rosca wrote:</p>
<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('https://git.reviewboard.kde.org/static/rb/images/review_request_box_top_bg.ab6f3b1072c9.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
<tr>
<td>
<div>Review request for Bluedevil and Àlex Fiestas.</div>
<div>By David Rosca.</div>
<p style="color: grey;"><i>Updated June 22, 2014, 12:31 p.m.</i></p>
<div style="margin-top: 1.5em;">
<b style="color: #575012; font-size: 10pt;">Repository: </b>
bluedevil
</div>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
<tr>
<td>
<pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">This patch removes all usage of KDELibs4Support in kcmodule (src/kcmodule).
I have also fixed bug in File Transfers -> Shared Files Dialog where it was needed to press "Remove" button twice for newly added files.
It's a last line of diff.</pre>
</td>
</tr>
</table>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">
<li>src/kcmodule/bluedeviladapters.h <span style="color: grey">(8d30fb0)</span></li>
<li>src/kcmodule/CMakeLists.txt <span style="color: grey">(2113c10)</span></li>
<li>src/kcmodule/bluedeviladapters.cpp <span style="color: grey">(5c78df2)</span></li>
<li>src/kcmodule/bluedevildevices.h <span style="color: grey">(02d4892)</span></li>
<li>src/kcmodule/bluedevildevices.cpp <span style="color: grey">(65e526f)</span></li>
<li>src/kcmodule/bluedeviltransfer.h <span style="color: grey">(87f205a)</span></li>
<li>src/kcmodule/bluedeviltransfer.cpp <span style="color: grey">(3f90275)</span></li>
<li>src/kcmodule/devicedetails.h <span style="color: grey">(e30200f)</span></li>
<li>src/kcmodule/devicedetails.cpp <span style="color: grey">(c9abee9)</span></li>
<li>src/kcmodule/sharedfilesdialog/linkproxymodel.cpp <span style="color: grey">(86db9d1)</span></li>
<li>src/kcmodule/sharedfilesdialog/sharedfiles.ui <span style="color: grey">(0f62fe8)</span></li>
<li>src/kcmodule/sharedfilesdialog/sharedfilesdialog.h <span style="color: grey">(f1c25b9)</span></li>
<li>src/kcmodule/sharedfilesdialog/sharedfilesdialog.cpp <span style="color: grey">(cdc1ab9)</span></li>
<li>src/kcmodule/systemcheck.h <span style="color: grey">(e03daf9)</span></li>
<li>src/kcmodule/systemcheck.cpp <span style="color: grey">(97d37b2)</span></li>
<li>src/kcmodule/transfer.ui <span style="color: grey">(6c6cf74)</span></li>
</ul>
<p><a href="https://git.reviewboard.kde.org/r/118874/diff/" style="margin-left: 3em;">View Diff</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>