X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fdialogs%2Finteraction.hpp;h=fce2dd6003087360f8cfd9a15e5fa63025551c68;hb=17413bf6fa8456c7942451dd7bb1fbf4231a51e7;hp=5e853e33cf5200aaa336bf995dd296fe9eba0a4c;hpb=d3fe7f28797d4dba65ffcdd60bf932e758a48a9e;p=vlc diff --git a/modules/gui/qt4/dialogs/interaction.hpp b/modules/gui/qt4/dialogs/interaction.hpp index 5e853e33cf..fce2dd6003 100644 --- a/modules/gui/qt4/dialogs/interaction.hpp +++ b/modules/gui/qt4/dialogs/interaction.hpp @@ -18,13 +18,15 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + *****************************************************************************/ #ifndef _INTERACTION_H_ #define _INTERACTION_H_ #include #include + #include class QPushButton; @@ -55,6 +57,7 @@ private: QLineEdit *inputEdit, *loginEdit, *passwordEdit; void Finish( int ); + private slots: void defaultB(); void altB();