forked from qt-creator/qt-creator
Debugger: Convert to Tr::tr
Change-Id: I5d2475c790851c68f9997ac6af72b5eaca58482d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -36,12 +36,15 @@ class QImage;
|
||||
class QContextMenuEvent;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Debugger::Internal {
|
||||
|
||||
class ImageWidget;
|
||||
|
||||
// Image viewer showing images in scroll area, displays color on click.
|
||||
class ImageViewer : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ImageViewer(QWidget *parent = nullptr);
|
||||
|
||||
@@ -61,6 +64,7 @@ private:
|
||||
class PlotViewer : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit PlotViewer(QWidget *parent = nullptr);
|
||||
|
||||
@@ -74,3 +78,5 @@ private:
|
||||
Data m_data;
|
||||
QString m_info;
|
||||
};
|
||||
|
||||
} // Debugger::Internal
|
||||
|
||||
Reference in New Issue
Block a user