1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Removed .orig copies of source files

I hope this will be last ...
This commit is contained in:
nowrep 2011-11-06 19:46:03 +01:00
parent a72b515d5b
commit 8e8e884968
2 changed files with 3 additions and 1 deletions

View File

@ -23,5 +23,7 @@ astyle --indent=spaces=4 --style=linux \
--align-pointer=type --align-reference=name \
`find -type f -name '*.h'`
rm */*.orig
read -p "Press [ENTER] to close terminal"
exit

View File

@ -114,7 +114,7 @@ void ButtonWithMenu::wheelEvent(QWheelEvent* event)
}
}
else if (currItemIndex < itemsCount - 1) {
setCurrentItem(m_items.at(currItemIndex + 1));
setCurrentItem(m_items.at(currItemIndex + 1));
}
event->accept();