mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: move initialization code to ProfileScene
A first in a number of commits to move code from the profile view to the scene. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
15342232ca
commit
c8b3ac0f99
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
ProfileScene::ProfileScene()
|
||||
{
|
||||
setSceneRect(0, 0, 100, 100);
|
||||
setItemIndexMethod(QGraphicsScene::NoIndex);
|
||||
}
|
||||
|
||||
ProfileScene::~ProfileScene()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue