21#ifndef PCMANFM_AUTORUNDIALOG_H
22#define PCMANFM_AUTORUNDIALOG_H
25#include "ui_autorun.h"
34 explicit AutoRunDialog(GVolume* volume, GMount* mount, QWidget* parent =
nullptr, Qt::WindowFlags f = Qt::WindowFlags());
37 virtual void accept();
43 static void onContentTypeFinished(GMount* mount, GAsyncResult* res,
AutoRunDialog* pThis);
47 GCancellable* cancellable;
Definition: autorundialog.h:30