mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-30 01:39:59 +02:00
Remove unused signal
This commit is contained in:
@@ -488,15 +488,6 @@ void BorderTitleBlock::displayBorder(bool db) {
|
|||||||
if (change) emit(displayChanged());
|
if (change) emit(displayChanged());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
@brief BorderTitleBlock::slot_setAutoPageNum
|
|
||||||
@param pageAutoNum :
|
|
||||||
Set Page (Folio) Auto Num
|
|
||||||
*/
|
|
||||||
void BorderTitleBlock::slot_setAutoPageNum(QString pageAutoNum) {
|
|
||||||
btb_auto_page_num_=std::move(pageAutoNum);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@brief BorderTitleBlock::updateRectangles
|
@brief BorderTitleBlock::updateRectangles
|
||||||
This method update the diagram rect according
|
This method update the diagram rect according
|
||||||
|
|||||||
@@ -190,7 +190,6 @@ class BorderTitleBlock : public QObject
|
|||||||
void displayColumns(bool);
|
void displayColumns(bool);
|
||||||
void displayRows(bool);
|
void displayRows(bool);
|
||||||
void displayBorder(bool);
|
void displayBorder(bool);
|
||||||
void slot_setAutoPageNum (QString);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void updateRectangles();
|
void updateRectangles();
|
||||||
|
|||||||
Reference in New Issue
Block a user