File indexing completed on 2024-04-28 04:33:06

0001 /*
0002     SPDX-FileCopyrightText: 2013 Albert Astals Cid <aacid@kde.org>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef PRIORITIES_H
0008 #define PRIORITIES_H
0009 
0010 /** PRIORITIES for requests. Globally defined here. **/
0011 #define PAGEVIEW_PRIO 1
0012 #define PAGEVIEW_PRELOAD_PRIO 4
0013 #define THUMBNAILS_PRIO 2
0014 #define THUMBNAILS_PRELOAD_PRIO 5
0015 #define PRESENTATION_PRIO 0
0016 #define PRESENTATION_PRELOAD_PRIO 3
0017 
0018 #endif