browsercore/core/network/cacheworkerthread.h
changeset 16 3c88a81ff781
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
       
     1 /****************************************************************************
       
     2 **
       
     3  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4  *
       
     5  * This file is part of Qt Web Runtime.
       
     6  *
       
     7  * This library is free software; you can redistribute it and/or
       
     8  * modify it under the terms of the GNU Lesser General Public License
       
     9  * version 2.1 as published by the Free Software Foundation.
       
    10  *
       
    11  * This library is distributed in the hope that it will be useful,
       
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
       
    14  * Lesser General Public License for more details.
       
    15  *
       
    16  * You should have received a copy of the GNU Lesser General Public
       
    17  * License along with this library; if not, write to the Free Software
       
    18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    19  *
       
    20  */
       
    21 
       
    22 #ifndef CACHEWORKERTHREAD_H
       
    23 #define CACHEWORKERTHREAD_H
       
    24 
       
    25 #include <QThread>
       
    26 
       
    27 
       
    28 #endif // CACHEWORKERTHREAD_H