1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/musicbox/files/patch-MultiListBox.h
2000-12-31 15:05:54 +00:00

11 lines
312 B
C

--- MultiListBox.h.orig Wed Nov 12 10:57:00 1997
+++ MultiListBox.h Sun Dec 31 06:24:22 2000
@@ -16,7 +16,6 @@
Pic = i->Pic;
Text = i->Text;
}
- setPixmap(QPixmap& p) {Pic = p;}
int Width(MultiListBox *box);
int Height(MultiListBox *box,int max_w);
void Paint(QPainter *p,int w,int h,int flag=0);