diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-08 11:09:23 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-08 11:09:23 -0300 |
commit | 01a7faa2033ef3ce85bc5a346eca3601f0f4f7c5 (patch) | |
tree | fd3da99f8d1bec4c4d086583a461e77477dfd8b9 /data/resources | |
parent | caba70c5cee5e772761f9bbb2e4a9c5beab0be1e (diff) |
Migrate VPN process to QProcess
Also:
- Add a new tray icon for the whole app and a VPN specific one
- Add a way to start/stop EIP independently
- Improve reaction to the process dying
Diffstat (limited to 'data/resources')
-rw-r--r-- | data/resources/mainwindow.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/resources/mainwindow.qrc b/data/resources/mainwindow.qrc index e53e3633..e27d1993 100644 --- a/data/resources/mainwindow.qrc +++ b/data/resources/mainwindow.qrc @@ -1,5 +1,6 @@ <RCC> <qresource prefix="/"> + <file>../images/leap-gray-big.png</file> <file>../images/Blue-Arrow-Right-32.png</file> <file>../images/Globe.png</file> <file>../images/conn_error.png</file> |