Move proxy initialization into shared code

This way we can use the same code on desktop and mobile app.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-14 09:38:18 -08:00
parent 76d0763527
commit 97fa132202
4 changed files with 17 additions and 9 deletions

View file

@ -5,6 +5,7 @@
void init_qt_late();
void init_ui();
void init_proxy();
void run_ui();
void exit_ui();