Open url when an entry is activated via its url column.

Closes #55
This commit is contained in:
Florian Geyer 2013-04-07 21:05:52 +02:00
parent 5786e2620a
commit bf906a7867
4 changed files with 21 additions and 6 deletions

View file

@ -89,6 +89,7 @@ public Q_SLOTS:
void copyAttribute(QAction* action);
void performAutoType();
void openUrl();
void openUrlForEntry(Entry* entry);
void createGroup();
void deleteGroup();
void switchToEntryEdit();