mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
small cleanup while looking for a bug.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15622 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6eeb83498c
commit
e918c00190
@ -13,13 +13,11 @@
|
||||
#ifndef PAINTER_H
|
||||
#define PAINTER_H
|
||||
|
||||
#include "LColor.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class LColor_color;
|
||||
class LyXFont;
|
||||
|
||||
namespace graphics { class Image; }
|
||||
@ -63,12 +61,6 @@ public:
|
||||
|
||||
virtual ~Painter() {}
|
||||
|
||||
/// begin painting
|
||||
//virtual void start() {}
|
||||
|
||||
/// end painting
|
||||
////virtual void end() {}
|
||||
|
||||
/// draw a line from point to point
|
||||
virtual void line(
|
||||
int x1, int y1,
|
||||
|
@ -13,7 +13,9 @@
|
||||
#ifndef QLPAINTER_H
|
||||
#define QLPAINTER_H
|
||||
|
||||
#include "Painter.h"
|
||||
#include "frontends/Painter.h"
|
||||
|
||||
#include "LColor.h"
|
||||
|
||||
#include <QPainter>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user