From 135b4053b87c02886b217ad504aa8128d78ee3df Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 14 Feb 2015 14:49:32 +0100 Subject: [PATCH] Stubs for the fetch widget --- src/danboorufetchwidget.cpp | 18 ++++++++++++++++++ src/danboorufetchwidget.h | 20 ++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 src/danboorufetchwidget.cpp create mode 100644 src/danboorufetchwidget.h diff --git a/src/danboorufetchwidget.cpp b/src/danboorufetchwidget.cpp new file mode 100644 index 0000000..246f9fd --- /dev/null +++ b/src/danboorufetchwidget.cpp @@ -0,0 +1,18 @@ +/* + * Copyright 2015 Luca Beltrame + * + * This file is part of Danbooru Client. + * + * Danbooru Client is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Danbooru Client. If not, see . + */ diff --git a/src/danboorufetchwidget.h b/src/danboorufetchwidget.h new file mode 100644 index 0000000..8c20414 --- /dev/null +++ b/src/danboorufetchwidget.h @@ -0,0 +1,20 @@ +/* + * Copyright 2015 Luca Beltrame + * + * This file is part of Danbooru Client. + * + * Danbooru Client is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Danbooru Client. If not, see . + */ + +