Merge pull request #12458 from jagannatharjun/log

Convert the Log widget to use custom View/Model
This commit is contained in:
Mike Tzou 2020-04-17 11:27:35 +08:00 committed by GitHub
commit a5fe96f793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 610 additions and 195 deletions

View file

@ -133,6 +133,7 @@ Application::Application(int &argc, char **argv)
, m_commandLineArgs(parseCommandLine(this->arguments()))
{
qRegisterMetaType<Log::Msg>("Log::Msg");
qRegisterMetaType<Log::Peer>("Log::Peer");
setApplicationName("qBittorrent");
setOrganizationDomain("qbittorrent.org");