Ignore:
Timestamp:
May 3, 2016, 5:25:45 PM (9 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/assstyles.cpp

    r165 r176  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3131        bold = false;
    3232        italic = false;
    33         halignment = 2; // Centered
    34         valignment = 0; // Bottom
    35         borderstyle = 1; // Outline
     33        halignment = HCenter;
     34        valignment = Bottom;
     35        borderstyle = Outline;
    3636        outline = 1;
    3737        shadow = 2;
     
    8181}
    8282
    83 bool AssStyles::exportStyles(const QString & filename) {
     83bool AssStyles::exportStyles(const QString & filename) const {
    8484        qDebug("AssStyles::exportStyles: filename: %s", filename.toUtf8().constData());
    8585
Note: See TracChangeset for help on using the changeset viewer.