mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
fix indentation issues for merged AddressBarDialog classes
This commit is contained in:
parent
e75a2d355e
commit
3cbfad69cd
2 changed files with 8 additions and 8 deletions
|
@ -17,8 +17,8 @@ const QString ADDRESSBAR_GO_BUTTON_ICON = "images/address-bar-submit.svg";
|
|||
const QString ADDRESSBAR_GO_BUTTON_ACTIVE_ICON = "images/address-bar-submit-active.svg";
|
||||
|
||||
AddressBarDialog::AddressBarDialog() :
|
||||
FramelessDialog(Application::getInstance()->getWindow(), 0, FramelessDialog::POSITION_TOP) {
|
||||
|
||||
FramelessDialog(Application::getInstance()->getWindow(), 0, FramelessDialog::POSITION_TOP)
|
||||
{
|
||||
setAttribute(Qt::WA_DeleteOnClose, false);
|
||||
setupUI();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue