Ignore:
Timestamp:
May 3, 2016, 5:25:45 PM (10 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.4

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/inforeader.h

    r165 r176  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    1818
    1919
    20 #ifndef _INFOREADER_H_
    21 #define _INFOREADER_H_
     20#ifndef
     21#define
    2222
    2323#include <QObject>
    2424#include <QList>
    25 
    26 #define USE_QPROCESS 1
    27 
    28 #if USE_QPROCESS
    29 class QProcess;
    30 #else
    31 class MyProcess;
    32 #endif
     25#include <QStringList>
     26#include "config.h"
    3327
    3428class InfoData {