wrong action event for home button; refs #174
This commit is contained in:
@@ -633,7 +633,7 @@ class Browser: public QMainWindow, protected Ui::Browser {
|
|||||||
load(qobject_cast<QAction*>(sender())->data().toString());
|
load(qobject_cast<QAction*>(sender())->data().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
void on_actionHome_activated() {
|
void on_actionHome_triggered() {
|
||||||
TRC;
|
TRC;
|
||||||
load(_home);
|
load(_home);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user