hemirt 744940ffd5 windowmanager destructor free _mainwindow, fix save - remove const in (#36)
* windowmanager destructor free _mainwindow, fix save - remove const in
settingsPath that is being written to from ptree tree

* syntax error

* remove destructor, singleton, let OS claim the resource as no special cleanup of _mainWindow is not needed
2017-04-14 14:08:57 +02:00
2017-04-12 17:46:44 +02:00
2017-01-22 12:46:35 +01:00
asd
2017-01-03 21:19:33 +01:00
2017-04-12 17:46:44 +02:00
2017-02-02 00:25:57 +01:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2016-12-29 17:18:13 +01:00
asd
2017-01-03 21:19:33 +01:00
2017-02-17 23:51:35 +01:00
2017-04-12 17:46:44 +02:00
2017-04-13 19:25:33 +02:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-13 19:25:33 +02:00
2017-04-12 17:46:44 +02:00
2017-01-11 01:08:20 +01:00
2017-04-12 17:46:44 +02:00
2017-01-07 20:43:55 +01:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-13 19:25:33 +02:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-13 19:25:33 +02:00
2017-02-07 13:41:38 +01:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-01-22 12:46:35 +01:00
2017-04-12 17:46:44 +02:00
2017-04-12 17:46:44 +02:00
2017-04-13 19:25:33 +02:00

chatterino 2

Chatterino 2 is the second installment of my twitch chat client series "Chatterino". For now you can check out chatterino 1 at chatterino.com.

requirements

  1. download the boost library and extract it to C:\local\boost
  2. download binaries for OpenSSL >= 1.0.2 or compile it from source. example download
  3. Place libeay32.dll and ssleay32.dll from OpenSSL in a directory in PATH.

code style

The code is normally formated using clang format in qt creator. clangformat.txt contains the style file for clang format.