Fix build break due to missing include file

This commit is contained in:
Srivats P 2020-03-14 21:42:29 +05:30
parent 18d024481f
commit 7227dd734b

View File

@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#ifndef _CLIPBOARD_HELPER_H
#define _CLIPBOARD_HELPER_H
#include <QObject>
#include <QList>
class QAction;