mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fixed compilation in MacOSX (Qt5)
This commit is contained in:
parent
b55bbb1366
commit
472fea32ff
@ -2,6 +2,9 @@
|
|||||||
#define COMIC_FILES_MANAGER_H
|
#define COMIC_FILES_MANAGER_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
#include <QList>
|
||||||
|
#include <QPair>
|
||||||
|
|
||||||
|
|
||||||
//this class is intended to work in background, just use moveToThread and process to start working
|
//this class is intended to work in background, just use moveToThread and process to start working
|
||||||
class ComicFilesManager : public QObject
|
class ComicFilesManager : public QObject
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<file alias="images/grid_to_flow.gif">../images/grid_to_flow.gif</file>
|
<file alias="images/grid_to_flow.gif">../images/grid_to_flow.gif</file>
|
||||||
<file alias="images/empty_folder.png">../images/empty_folder.png</file>
|
<file alias="images/empty_folder.png">../images/empty_folder.png</file>
|
||||||
<file alias="images/empty_search.png">../images/empty_search.png</file>
|
<file alias="images/empty_search.png">../images/empty_search.png</file>
|
||||||
<file>../images/iconSearch.png</files>
|
<file>../images/iconSearch.png</file>
|
||||||
<file>../images/clearSearch.png</file>
|
<file>../images/clearSearch.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -780,7 +780,7 @@ void LibraryWindow::createToolBars()
|
|||||||
libraryToolBar->addAction(toggleFullScreenAction);
|
libraryToolBar->addAction(toggleFullScreenAction);
|
||||||
|
|
||||||
libraryToolBar->addWidget(new QToolBarStretch());
|
libraryToolBar->addWidget(new QToolBarStretch());
|
||||||
libraryToolBar->addWidget(foldersFilter);
|
libraryToolBar->addWidget(searchEdit);
|
||||||
|
|
||||||
libraryToolBar->setMovable(false);
|
libraryToolBar->setMovable(false);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user