aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT/SkInspectorWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/QT/SkInspectorWidget.h')
-rw-r--r--debugger/QT/SkInspectorWidget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/debugger/QT/SkInspectorWidget.h b/debugger/QT/SkInspectorWidget.h
index 3e761043f8..78a834406b 100644
--- a/debugger/QT/SkInspectorWidget.h
+++ b/debugger/QT/SkInspectorWidget.h
@@ -32,9 +32,7 @@ public:
Constructs a widget with the specified parent for layout purposes.
@param parent The parent container of this widget
*/
- SkInspectorWidget(QWidget *parent = NULL);
-
- ~SkInspectorWidget();
+ SkInspectorWidget();
void setDisabled(bool isDisabled) {
fMatrixAndClipWidget.setDisabled(isDisabled);