File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,25 @@ namespace Ui {
9
9
class PermissionDialog ;
10
10
}
11
11
12
- class PermissionDialog : public QWidget
13
- {
14
- Q_OBJECT
12
+ class PermissionDialog : public QWidget {
13
+ Q_OBJECT
15
14
16
15
public:
17
- explicit PermissionDialog (QWidget *parent = nullptr );
18
- ~PermissionDialog ();
16
+ explicit PermissionDialog (QWidget *parent = nullptr );
17
+ ~PermissionDialog ();
19
18
20
19
signals:
21
- void webPageFeatureChanged (QWebEnginePage::Feature feature);
20
+ void webPageFeatureChanged (QWebEnginePage::Feature feature);
22
21
22
+ protected slots:
23
+ void keyPressEvent (QKeyEvent *e);
23
24
private slots:
24
- void addToFeaturesTable (QWebEnginePage::Feature feature, QString &featureName);
25
+ void addToFeaturesTable (QWebEnginePage::Feature feature,
26
+ QString &featureName);
27
+
25
28
private:
26
- Ui::PermissionDialog *ui;
27
- QSettings settings;
29
+ Ui::PermissionDialog *ui;
30
+ QSettings settings;
28
31
};
29
32
30
33
#endif // PERMISSIONDIALOG_H
You can’t perform that action at this time.
0 commit comments