mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-07 14:12:33 +01:00
Wrap code for better readability
This commit is contained in:
@@ -34,7 +34,9 @@ class FileElementCollectionItem : public ElementCollectionItem
|
||||
enum { Type = UserType+2 };
|
||||
int type() const override { return Type;}
|
||||
|
||||
bool setRootPath(const QString& path, bool set_data = true, bool hide_element = false);
|
||||
bool setRootPath(const QString& path,
|
||||
bool set_data = true,
|
||||
bool hide_element = false);
|
||||
QString fileSystemPath() const;
|
||||
QString dirPath() const;
|
||||
|
||||
@@ -53,7 +55,9 @@ class FileElementCollectionItem : public ElementCollectionItem
|
||||
void setUpIcon() override;
|
||||
|
||||
private:
|
||||
void setPathName(const QString& path_name, bool set_data = true, bool hide_element = false);
|
||||
void setPathName(const QString& path_name,
|
||||
bool set_data = true,
|
||||
bool hide_element = false);
|
||||
void populate(bool set_data = true, bool hide_element = false);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user