diff options
| author | Elvis Angelaccio <[email protected]> | 2018-12-16 13:57:51 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-12-16 13:57:51 +0100 |
| commit | 2050fe17811c2a176db0aee872a9ba25939c6f86 (patch) | |
| tree | d6129f45e7e7c764eb8101f688526691d1536b69 /src/dolphinmainwindow.cpp | |
| parent | ca25af6d38c8d7c4ac89f83d3b359500fb65b2fa (diff) | |
Drop old krazy comments
The `qclasses` check should no longer be an issue after the KF5 port.
GIT_SILENT
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 3ff2ad1e9..ff2ea900c 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -551,7 +551,7 @@ void DolphinMainWindow::selectAll() // URL instead of all items of the view KUrlNavigator* urlNavigator = m_activeViewContainer->urlNavigator(); - QLineEdit* lineEdit = urlNavigator->editor()->lineEdit(); // krazy:exclude=qclasses + QLineEdit* lineEdit = urlNavigator->editor()->lineEdit(); const bool selectUrl = urlNavigator->isUrlEditable() && lineEdit->hasFocus(); if (selectUrl) { @@ -625,7 +625,7 @@ void DolphinMainWindow::replaceLocation() navigator->setFocus(); // select the whole text of the combo box editor - QLineEdit* lineEdit = navigator->editor()->lineEdit(); // krazy:exclude=qclasses + QLineEdit* lineEdit = navigator->editor()->lineEdit(); lineEdit->selectAll(); } |
