| Index: debugger/QT/SkRasterWidget.h
|
| diff --git a/debugger/QT/SkRasterWidget.h b/debugger/QT/SkRasterWidget.h
|
| index 09b529c049c18012ff20f592310aafe6193ba496..d3ddaa24b37f2603282a45d37fe9cc34a1f8182a 100644
|
| --- a/debugger/QT/SkRasterWidget.h
|
| +++ b/debugger/QT/SkRasterWidget.h
|
| @@ -1,11 +1,11 @@
|
| +
|
| /*
|
| - * SkRasterWidget.h
|
| + * Copyright 2016 Google Inc.
|
| *
|
| - * Created on: Jul 28, 2012
|
| - * Author: chudy
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| */
|
|
|
| -
|
| #ifndef SKRASTERWIDGET_H_
|
| #define SKRASTERWIDGET_H_
|
|
|
| @@ -22,7 +22,7 @@ public:
|
|
|
| void updateImage();
|
|
|
| -signals:
|
| +Q_SIGNALS:
|
| void drawComplete();
|
|
|
| protected:
|
|
|