blob: c1e4691baf04f9e58972accab9a1417f615ebcca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** ../anthem-0.0.17.old/anthem/gadgets/PartInsertActionWidget.cpp Sun Jul 28 11:09:48 2002
--- anthem/gadgets/PartInsertActionWidget.cpp Wed Nov 12 21:47:26 2003
***************
*** 30,36 ****
PartInsertActionWidget::PartInsertActionWidget(QWidget *parent,
! const char *name = 0)
: QComboBox(false, parent, name)
{
setInsertionPolicy(NoInsertion);
--- 30,36 ----
PartInsertActionWidget::PartInsertActionWidget(QWidget *parent,
! const char *name )
: QComboBox(false, parent, name)
{
setInsertionPolicy(NoInsertion);
|