forked from qt-creator/qt-creator
ImageViewer: Convert to Tr::tr
Change-Id: Id12dc265ed60be942ec68ac5a80f57144c2d086f Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -31,14 +31,12 @@ QT_FORWARD_DECLARE_CLASS(QSpinBox)
|
||||
|
||||
namespace Utils { class PathChooser; }
|
||||
|
||||
namespace ImageViewer {
|
||||
namespace Internal {
|
||||
namespace ImageViewer::Internal {
|
||||
|
||||
struct ExportData;
|
||||
|
||||
class ExportDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ExportDialog(QWidget *parent = nullptr);
|
||||
|
||||
@@ -69,5 +67,4 @@ private:
|
||||
qreal m_aspectRatio;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace ImageViewer
|
||||
} // ImageViewer::Internal
|
||||
|
||||
Reference in New Issue
Block a user