mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Remove unused signal
This commit is contained in:
parent
27dcd5ef00
commit
471f87690c
@ -488,15 +488,6 @@ void BorderTitleBlock::displayBorder(bool db) {
|
||||
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
|
||||
This method update the diagram rect according
|
||||
|
@ -190,7 +190,6 @@ class BorderTitleBlock : public QObject
|
||||
void displayColumns(bool);
|
||||
void displayRows(bool);
|
||||
void displayBorder(bool);
|
||||
void slot_setAutoPageNum (QString);
|
||||
|
||||
private:
|
||||
void updateRectangles();
|
||||
|
Loading…
x
Reference in New Issue
Block a user