mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Add .gitattributes rules for text and binary handling
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
#ifndef EMPTY_READING_LIST_WIDGET_H
|
||||
#define EMPTY_READING_LIST_WIDGET_H
|
||||
|
||||
#include <QtWidgets>
|
||||
#include "empty_container_info.h"
|
||||
|
||||
class EmptyReadingListWidget : public EmptyContainerInfo
|
||||
{
|
||||
public:
|
||||
EmptyReadingListWidget(QWidget * parent = 0);
|
||||
};
|
||||
|
||||
#endif // EMPTY_READING_LIST_WIDGET_H
|
||||
#ifndef EMPTY_READING_LIST_WIDGET_H
|
||||
#define EMPTY_READING_LIST_WIDGET_H
|
||||
|
||||
#include <QtWidgets>
|
||||
#include "empty_container_info.h"
|
||||
|
||||
class EmptyReadingListWidget : public EmptyContainerInfo
|
||||
{
|
||||
public:
|
||||
EmptyReadingListWidget(QWidget * parent = 0);
|
||||
};
|
||||
|
||||
#endif // EMPTY_READING_LIST_WIDGET_H
|
||||
|
Reference in New Issue
Block a user