mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Style fixes
This commit is contained in:
parent
2a730d5e22
commit
27f58c9ca6
@ -24,7 +24,7 @@
|
||||
struct FriendWidget;
|
||||
class ChatForm;
|
||||
|
||||
struct Friend : QObject
|
||||
class Friend : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
@ -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…
x
Reference in New Issue
Block a user