/*
* Copyright (C) 2010 Ixonos Plc.
- * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl
+ * Copyright (C) 2011-2024 Philipp Spitzer, gregor herrmann, Stefan Stahl
*
* This file is part of ConfClerk.
*
void UrlInputDialog::textChanged(const QString& text)
{
- buttons->button(QDialogButtonBox::StandardButton::Open)->setEnabled(!text.isEmpty());
+ buttons->button(QDialogButtonBox::Open)->setEnabled(!text.isEmpty());
}
void UrlInputDialog::acceptClicked()