mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
* src/frontends/qt4/QLToolbar.C: whitespace only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16929 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e36f9947cb
commit
662d9e7d85
@ -253,7 +253,7 @@ void QLToolbar::update()
|
||||
{
|
||||
// This is a speed bottleneck because this is called on every keypress
|
||||
// and update calls getStatus, which copies the cursor at least two times
|
||||
for (size_t i=0; i<ActionVector.size(); ++i)
|
||||
for (size_t i = 0; i < ActionVector.size(); ++i)
|
||||
ActionVector[i]->update();
|
||||
|
||||
// emit signal
|
||||
|
Loading…
Reference in New Issue
Block a user