]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlUrl.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / frontends / controllers / ControlUrl.h
1 // -*- C++ -*-
2 /**
3  * \file ControlUrl.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS
10  */
11
12 #ifndef CONTROLURL_H
13 #define CONTROLURL_H
14
15
16 #include "ControlCommand.h"
17
18 /** A controller for the Url Dialog.
19  */
20 class ControlUrl : public ControlCommand
21 {
22 public:
23         ///
24         ControlUrl(Dialog &);
25 };
26
27 #endif // CONTROLURL_H