Add user IDs to user cards (#1247)

* Add user ids to user cards and a setting to the misc section of the settings

* Fix letter casing

* Forgot to run clang-format, now it's fixed

* Fix crash in UserInfoPopup::updateUserData()

* Removed setting as per Apa420's and fourtf's advice

* Removed remnants of the setting
This commit is contained in:
Mm2PL
2019-08-31 17:58:28 +02:00
committed by pajlada
parent a878ca8062
commit 6732aab323
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ private:
Label *viewCountLabel = nullptr;
Label *followerCountLabel = nullptr;
Label *createdDateLabel = nullptr;
Label *userIDLabel = nullptr;
QCheckBox *follow = nullptr;
QCheckBox *ignore = nullptr;