Merge pull request #12691 from Chocobo1/iterator

Support range-based iteration in IndexRange class
This commit is contained in:
Mike Tzou
2020-04-30 13:10:13 +08:00
committed by GitHub
6 changed files with 59 additions and 14 deletions

View File

@@ -48,6 +48,7 @@ class PreviewListDelegate;
class PreviewSelectDialog final : public QDialog
{
Q_OBJECT
Q_DISABLE_COPY(PreviewSelectDialog)
public:
enum PreviewColumn

View File

@@ -53,6 +53,7 @@ namespace Ui
class AutomatedRssDownloader : public QDialog
{
Q_OBJECT
Q_DISABLE_COPY(AutomatedRssDownloader)
public:
explicit AutomatedRssDownloader(QWidget *parent = nullptr);