Draw nested partition enable/disable support in Splitter widget.

This commit is contained in:
Teo Mrnjavac 2016-02-10 17:02:10 +01:00
parent aaeb28e45e
commit 65f5da5a8d
2 changed files with 18 additions and 7 deletions

View file

@ -39,7 +39,7 @@ class PartitionSplitterWidget : public QWidget
public:
explicit PartitionSplitterWidget( QWidget* parent = nullptr );
void init( Device* dev );
void init( Device* dev, bool drawNestedPartitions );
void setSplitPartition( const QString& path,
qint64 minSize,
@ -90,6 +90,8 @@ private:
int m_resizeHandleX;
const int HANDLE_SNAP;
bool m_drawNestedPartitions;
};
#endif // PARTITIONSPLITTERWIDGET_H