Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
5dfa89ac
Commit
5dfa89ac
authored
Sep 13, 2016
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed help and changelog web links
parent
b9946570
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README
README
+2
-2
mainwindow.py
blink/mainwindow.py
+2
-2
No files found.
README
View file @
5dfa89ac
...
...
@@ -27,13 +27,13 @@ http://icanblink.com/download.phtml
Support
-------
For help on using Blink Qt go to http://icanblink.com/help
-qt.phtml
For help on using Blink Qt go to http://icanblink.com/help
/
Changelog
---------
The changelog is available at http://icanblink.com/changelog
-qt.phtml
The changelog is available at http://icanblink.com/changelog
/
Credits
...
...
blink/mainwindow.py
View file @
5dfa89ac
...
...
@@ -177,12 +177,12 @@ class MainWindow(base_class, ui_class):
self
.
about_action
.
triggered
.
connect
(
self
.
about_panel
.
show
)
self
.
add_account_action
.
triggered
.
connect
(
self
.
preferences_window
.
show_add_account_dialog
)
self
.
manage_accounts_action
.
triggered
.
connect
(
self
.
preferences_window
.
show_for_accounts
)
self
.
help_action
.
triggered
.
connect
(
partial
(
QDesktopServices
.
openUrl
,
QUrl
(
u'http://icanblink.com/help
-qt.phtml
'
)))
self
.
help_action
.
triggered
.
connect
(
partial
(
QDesktopServices
.
openUrl
,
QUrl
(
u'http://icanblink.com/help
/
'
)))
self
.
preferences_action
.
triggered
.
connect
(
self
.
preferences_window
.
show
)
self
.
auto_accept_chat_action
.
triggered
.
connect
(
self
.
_AH_AutoAcceptChatActionTriggered
)
self
.
received_messages_sound_action
.
triggered
.
connect
(
self
.
_AH_ReceivedMessagesSoundActionTriggered
)
self
.
answering_machine_action
.
triggered
.
connect
(
self
.
_AH_EnableAnsweringMachineActionTriggered
)
self
.
release_notes_action
.
triggered
.
connect
(
partial
(
QDesktopServices
.
openUrl
,
QUrl
(
u'http://icanblink.com/changelog
-qt.phtml
'
)))
self
.
release_notes_action
.
triggered
.
connect
(
partial
(
QDesktopServices
.
openUrl
,
QUrl
(
u'http://icanblink.com/changelog
/
'
)))
self
.
quit_action
.
triggered
.
connect
(
self
.
_AH_QuitActionTriggered
)
# Call menu actions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment