1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-13 11:52:45 +00:00

Some comments and cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21151 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-10-23 15:58:10 +00:00
parent 4064d2c468
commit 85bad159fe
3 changed files with 5 additions and 3 deletions

@ -25,6 +25,8 @@
namespace lyx {
namespace frontend {
//FIXME This could, and therefore probably should, inherit from
//GuiCommand.
class GuiInclude : public GuiDialog, public Ui::IncludeUi
{
Q_OBJECT

@ -42,9 +42,6 @@ namespace frontend {
using support::makeAbsPath;
using support::makeDisplayPath;
//FIXME It should be possible to eliminate lfun_name_
//now and recover that information from params().insetType().
//But let's not do that quite yet.
/// Flags what action is taken by Kernel::dispatch()
static std::string const lfun_name_ = "ref";

@ -24,6 +24,9 @@ class QListWidgetItem;
namespace lyx {
namespace frontend {
// FIXME This could, and therefore, should inherit from
// GuiCommand. Note, e.g., that the definitions of the first
// three private functions all just replicate what's there.
class GuiRef : public GuiDialog, public Ui::RefUi
{
Q_OBJECT