Removed qt3 support and replaced qt macros
This commit is contained in:
parent
c9a0d0b24a
commit
78802f1943
@ -699,7 +699,7 @@ void NETGENPluginGUI_HypothesisCreator::onRemoveLocalSizeOnShape()
|
||||
QList<QTableWidgetItem*> selected = myLocalSizeTable->selectedItems();
|
||||
QTableWidgetItem* item;
|
||||
int row;
|
||||
foreach(item, selected) {
|
||||
Q_FOREACH(item, selected) {
|
||||
row = item->row();
|
||||
if (!selectedRows.contains(row))
|
||||
selectedRows.append( row );
|
||||
|
@ -74,7 +74,7 @@ protected:
|
||||
virtual QPixmap icon() const;
|
||||
virtual QString type() const;
|
||||
|
||||
protected slots:
|
||||
protected Q_SLOTS:
|
||||
virtual void onFinenessChanged();
|
||||
virtual void onSurfaceCurvatureChanged();
|
||||
virtual void onAddLocalSizeOnVertex();
|
||||
|
@ -55,7 +55,7 @@ protected:
|
||||
virtual QPixmap icon() const;
|
||||
virtual QString type() const;
|
||||
|
||||
protected slots:
|
||||
protected Q_SLOTS:
|
||||
void onValueChanged();
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user