1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Style fixes

This commit is contained in:
Dubslow 2015-03-25 11:27:33 -05:00
parent 2a730d5e22
commit 27f58c9ca6
No known key found for this signature in database
GPG Key ID: 3DB8E05315C220AA
4 changed files with 13 additions and 13 deletions

View File

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

View File

@ -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>