Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (8 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/assstyles.h

    r176 r188  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    2121
    2222#include <QString>
     23#include <QColor>
    2324
    2425class QSettings;
     
    3536        QString fontname;
    3637        int fontsize;
    37         unsigned int primarycolor;
    38         unsigned int backcolor;
    39         unsigned int outlinecolor;
     38        QColor primarycolor;
     39        QColor backcolor;
     40        QColor outlinecolor;
    4041        bool bold;
    4142        bool italic;
Note: See TracChangeset for help on using the changeset viewer.