mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Wrap code for better readability
This commit is contained in:
@@ -74,7 +74,8 @@ ElementsPanel::ElementsPanel(QWidget *parent) :
|
||||
/**
|
||||
Destructeur
|
||||
*/
|
||||
ElementsPanel::~ElementsPanel() {
|
||||
ElementsPanel::~ElementsPanel()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -111,7 +112,8 @@ void ElementsPanel::startTitleBlockTemplateDrag(const TitleBlockTemplateLocation
|
||||
/**
|
||||
Ensure the filter is applied again after the panel content has changed.
|
||||
*/
|
||||
void ElementsPanel::panelContentChange() {
|
||||
void ElementsPanel::panelContentChange()
|
||||
{
|
||||
if (!filter_.isEmpty()) {
|
||||
filter(filter_);
|
||||
}
|
||||
@@ -373,7 +375,8 @@ void ElementsPanel::projectWasClosed(QETProject *project) {
|
||||
/**
|
||||
Build filter list for multiple filter
|
||||
*/
|
||||
void ElementsPanel::buildFilterList() {
|
||||
void ElementsPanel::buildFilterList()
|
||||
{
|
||||
if (filter_.isEmpty()) return;
|
||||
filter_list_ = filter_.split( '+' );
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user