X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/809b5e5774aa31127a62699a4cdd960b2f9892b0..ffb6be7248e21271461f320cb451effe90f74817:/src/gui/urlinputdialog.h diff --git a/src/gui/urlinputdialog.h b/src/gui/urlinputdialog.h index c754e74..c132ae9 100644 --- a/src/gui/urlinputdialog.h +++ b/src/gui/urlinputdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011-2017 Philipp Spitzer, gregor herrmann, Stefan Stahl + * Copyright (C) 2011-2021 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * @@ -38,6 +38,7 @@ private slots: void acceptClicked(); void rejectClicked(); void openFileClicked(); + void textChanged(const QString& text); private: QString saved_result; };