Browse Source

Style fixes

pull/1467/head
Dubslow 11 years ago
parent
commit
27f58c9ca6
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA
  1. 2
      src/friend.h
  2. 2
      src/widget/form/settings/generalsettings.ui

2
src/friend.h

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
struct FriendWidget;
class ChatForm;
struct Friend : QObject
class Friend : public QObject
{
Q_OBJECT
public:

2
src/widget/form/settings/generalsettings.ui

@ -391,7 +391,7 @@ will be sent to them when they appear online to you.</string> @@ -391,7 +391,7 @@ will be sent to them when they appear online to you.</string>
</property>
</widget>
</item>
<item row="2" column="2">
<item row="2" column="1">
<widget class="QCheckBox" name="cbGroupchatPosition">
<property name="toolTip">
<string comment="toolTip for groupchat positioning">If checked, groupchats will be placed at the top of the friends list, otherwise, they'll be placed below online friends.</string>

Loading…
Cancel
Save