[qet] [3556] Minor clean code |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3556
Author: blacksun
Date: 2014-12-14 22:52:27 +0100 (Sun, 14 Dec 2014)
Log Message:
-----------
Minor clean code
Modified Paths:
--------------
trunk/sources/qetdiagrameditor.h
trunk/sources/qetgraphicsitem/conductor.cpp
Modified: trunk/sources/qetdiagrameditor.h
===================================================================
--- trunk/sources/qetdiagrameditor.h 2014-12-14 21:30:58 UTC (rev 3555)
+++ trunk/sources/qetdiagrameditor.h 2014-12-14 21:52:27 UTC (rev 3556)
@@ -214,7 +214,6 @@
QAction *close_file; ///< Close current project file
QAction *save_file; ///< Save current project
QAction *save_file_as; ///< Save current project as a specific file
- QProgressBar *progressBar;
private:
QMdiArea workspace;
Modified: trunk/sources/qetgraphicsitem/conductor.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/conductor.cpp 2014-12-14 21:30:58 UTC (rev 3555)
+++ trunk/sources/qetgraphicsitem/conductor.cpp 2014-12-14 21:52:27 UTC (rev 3556)
@@ -681,7 +681,6 @@
if (!(e -> modifiers() & Qt::ControlModifier)) {
QGraphicsPathItem::mouseReleaseEvent(e);
}
- calculateTextItemPosition();
}
/**