bd5a266e9f
Work-in-progress, currently performance is sub-optimal (software rendering via QPainter API).
7 lines
126 B
C++
7 lines
126 B
C++
#include "fgcanvaspaintcontext.h"
|
|
|
|
FGCanvasPaintContext::FGCanvasPaintContext(QPainter* painter) :
|
|
_painter(painter)
|
|
{
|
|
|
|
}
|