mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-23 18:30:44 +00:00
Minor tidying making function private
This commit is contained in:
@@ -49,9 +49,6 @@ public:
|
||||
private slots:
|
||||
// automatic slots
|
||||
void on_send_clicked();
|
||||
|
||||
void sendReport();
|
||||
|
||||
void on_cancel_clicked();
|
||||
void on_uploadCancel_clicked();
|
||||
void on_uploadRetry_clicked();
|
||||
@@ -70,6 +67,7 @@ private:
|
||||
|
||||
void recentre();
|
||||
void setStage(ReportStage stage);
|
||||
void sendReport();
|
||||
|
||||
Ui::CrashDialog *ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user