summarylogtreecommitdiffstats
path: root/qtiplot-0.9.8.9-image_widget.patch
blob: f7556a9dd1e07d1ebd4de67296b03c79d45f9c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- qtiplot-0.9.8.9/qtiplot/src/plot2D/ImageWidget.h	2013-09-01 01:05:00.681152827 -0300
***************
*** 67,76 ****
  	void setWindowName(const QString& name){d_window_name = name;};
  
  	static QPixmap windowPixmap(ApplicationWindow *mw, const QString& name, const QSize& size);
  
  private:
  	void draw(QPainter *painter, const QRect& r);
- 	void paintEvent(QPaintEvent *e);
  	QPixmap d_pix;
  	//! The file from which the image was loaded.
  	QString d_file_name;
--- 67,76 ----
  	void setWindowName(const QString& name){d_window_name = name;};
  
  	static QPixmap windowPixmap(ApplicationWindow *mw, const QString& name, const QSize& size);
+ 	void paintEvent(QPaintEvent *e);
  
  private:
  	void draw(QPainter *painter, const QRect& r);
  	QPixmap d_pix;
  	//! The file from which the image was loaded.
  	QString d_file_name;