Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
213353e9
Commit
213353e9
authored
Jul 06, 2007
by
David Faure
Browse files
more portable; less noisy
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=684166
parent
d330d07e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SessionController.cpp
View file @
213353e9
...
...
@@ -312,7 +312,7 @@ bool SessionController::eventFilter(QObject* watched , QEvent* event)
{
if
(
_view
->
screenWindow
()
&&
!
_viewUrlFilter
)
{
qDebug
()
<<
__FUNCTION__
<<
"Creating url filter"
;
qDebug
()
<<
k_funcinfo
<<
"Creating url filter"
;
connect
(
_view
->
screenWindow
()
,
SIGNAL
(
scrolled
(
int
))
,
this
,
SLOT
(
requireUrlFilterUpdate
())
);
...
...
@@ -324,7 +324,7 @@ bool SessionController::eventFilter(QObject* watched , QEvent* event)
_view
->
filterChain
()
->
addFilter
(
_viewUrlFilter
);
}
qDebug
()
<<
__FUNCTION__
<<
"Updating url filter."
;
//
qDebug() <<
k_funcinfo
<< "Updating url filter.";
_view
->
processFilters
();
_urlFilterUpdateRequired
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment