|
|
@ -148,10 +148,10 @@ class Browser: public QMainWindow, protected Ui::Browser { |
|
|
|
} |
|
|
|
} |
|
|
|
_editbookmarks = |
|
|
|
_editbookmarks = |
|
|
|
std::auto_ptr<EditBookmarks>(new EditBookmarks(combo, this)); |
|
|
|
std::auto_ptr<EditBookmarks>(new EditBookmarks(combo, this)); |
|
|
|
assert(connect(_editbookmarks.get(), SIGNAL(startEdit()), |
|
|
|
assert(connect(_editbookmarks.get(), SIGNAL(startEdit(bool)), |
|
|
|
actionAddBookmark, SLOT(setDisabled()))); |
|
|
|
actionAddBookmark, SLOT(setDisabled(bool)))); |
|
|
|
assert(connect(_editbookmarks.get(), SIGNAL(endEdit()), |
|
|
|
assert(connect(_editbookmarks.get(), SIGNAL(endEdit(bool)), |
|
|
|
actionAddBookmark, SLOT(setEnabled()))); |
|
|
|
actionAddBookmark, SLOT(setEnabled(bool)))); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
QLineEdit* label(new QLineEdit(_toolbar)); |
|
|
|
QLineEdit* label(new QLineEdit(_toolbar)); |
|
|
|
_url = label; |
|
|
|
_url = label; |
|
|
|