Ignore:
Timestamp:
May 3, 2016, 2:14:41 PM (10 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update vendor to version 16.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/infofile.h

    r163 r175  
    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
     
    1717*/
    1818
    19 #ifndef _INFOFILE_H_
    20 #define _INFOFILE_H_
     19#ifndef INFOFILE_H
     20#define INFOFILE_H
     21
     22#define INFO_SIMPLE_LAYOUT
    2123
    2224#include "mediadata.h"
    2325#include <QString>
    2426
    25 class InfoFile
     27class InfoFile
    2628{
     29
    2730
    2831public:
    29         InfoFile();
     32        InfoFile();
    3033        ~InfoFile();
    3134
     
    3336
    3437protected:
    35         QString title(QString text);
     38        QString title(QString text);
    3639        QString openPar(QString text);
    3740        QString closePar();
     
    3942        QString closeItem();
    4043
     44
     45
    4146        QString addItem( QString tag, QString value );
     47
    4248
     49
     50
     51
     52
    4353        int row;
    44 
    45 private:
    46         inline QString tr( const char * sourceText, const char * comment = 0, int n = -1 );
     54#endif
    4755};
    4856
Note: See TracChangeset for help on using the changeset viewer.