From cf87d39150a5a6ba850f77a8467ab21e00f1f8db Mon Sep 17 00:00:00 2001 From: Cerapter Date: Tue, 4 Sep 2018 18:15:39 +0200 Subject: Finished the moving of ini handling to QSettings. Though this was started before anything on our end, still, this finish is once again 100% Gameboyprinter's work, it's just reimplemented here to match our client. --- Attorney_Online_remake.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Attorney_Online_remake.pro') diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index 8c064802..f3ab0906 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -80,7 +80,8 @@ HEADERS += lobby.h \ aoevidencedisplay.h \ discord_rich_presence.h \ discord-rpc.h \ - aooptionsdialog.h + aooptionsdialog.h \ + text_file_functions.h # You need to compile the Discord Rich Presence SDK separately and add the lib/headers. # Discord RPC uses CMake, which does not play nicely with QMake, so this step must be manual. -- cgit