ImageViewer: Convert to Tr::tr

Change-Id: Id12dc265ed60be942ec68ac5a80f57144c2d086f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2022-07-08 18:51:09 +02:00
parent 4a9b74c670
commit 3de1fffbeb
29 changed files with 220 additions and 569 deletions

View File

@@ -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