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:
parent
a72b515d5b
commit
8e8e884968
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user