| @@ -136,6 +136,11 @@ | |||||
| </item> | </item> | ||||
| </layout> | </layout> | ||||
| </widget> | </widget> | ||||
| <widget class="QWidget" name="plugins"> | |||||
| <attribute name="title"> | |||||
| <string>Plugins</string> | |||||
| </attribute> | |||||
| </widget> | |||||
| </widget> | </widget> | ||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| @@ -175,7 +180,7 @@ | |||||
| <x>0</x> | <x>0</x> | ||||
| <y>0</y> | <y>0</y> | ||||
| <width>688</width> | <width>688</width> | ||||
| <height>19</height> | |||||
| <height>17</height> | |||||
| </rect> | </rect> | ||||
| </property> | </property> | ||||
| <widget class="QMenu" name="menu_File"> | <widget class="QMenu" name="menu_File"> | ||||
| @@ -150,7 +150,7 @@ private: | |||||
| private slots: | private slots: | ||||
| void _removeAnimation() | void _removeAnimation() | ||||
| { | { | ||||
| if (QObject* animation = fStyle->sender()) | |||||
| if (QObject* const animation = fStyle->sender()) | |||||
| fAnimations.remove(animation->parent()); | fAnimations.remove(animation->parent()); | ||||
| } | } | ||||
| }; | }; | ||||