#pragma once
for our headers plus drive-by formatting
This commit is contained in:
@@ -16,16 +16,17 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef _RENAMEDLG_
|
||||
#define _RENAMEDLG_
|
||||
#pragma once
|
||||
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "cacheimagedata.h"
|
||||
#include "guiutils.h"
|
||||
|
||||
#define RESPONSE_ALL 100
|
||||
|
||||
class RenameDialog : public Gtk::Dialog
|
||||
class RenameDialog :
|
||||
public Gtk::Dialog
|
||||
{
|
||||
|
||||
protected:
|
||||
@@ -43,6 +44,3 @@ public:
|
||||
Glib::ustring getNewName ();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user