mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Some cleanup
* Application.h: pimpl_ is now private * GuiApplication.C: headers cleanup. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15185 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0548914973
commit
315d394338
@ -85,9 +85,8 @@ protected:
|
||||
/// FIXME: \todo use Gui::currentView() in the future
|
||||
BufferView * buffer_view_;
|
||||
|
||||
private:
|
||||
/// Application private implementation.
|
||||
/// FIXME: this should be private but LyXFunc construction
|
||||
/// is still done in GuiApplication.
|
||||
Application_pimpl * pimpl_;
|
||||
|
||||
}; // Application
|
||||
|
@ -17,18 +17,13 @@
|
||||
#include "qt_helpers.h"
|
||||
#include "QLImage.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
|
||||
// FIXME: this is needed for now because LyXFunc is still constructed
|
||||
// there.
|
||||
#include "frontends/Application_pimpl.h"
|
||||
|
||||
#include "graphics/LoaderQueue.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/os.h"
|
||||
#include "support/package.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
#include "lyx_main.h"
|
||||
#include "lyxrc.h"
|
||||
#include "debug.h"
|
||||
|
Loading…
Reference in New Issue
Block a user