Ignore:
Timestamp:
Mar 16, 2012, 4:02:47 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: 0.7.1 trunk update

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/favoriteeditor.h

    r119 r124  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org>
     2    Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    4545        const QPixmap * dialogIcon() const;
    4646
     47        //! The editor will give a filename to subentries (submenus), using this path.
     48        void setStorePath(const QString & path) { store_path = path; }
     49        QString storePath() { return store_path; }
     50
    4751protected slots:
    4852        void on_up_button_clicked();
     
    5155        void on_delete_all_button_clicked();
    5256        void on_add_button_clicked();
     57        void on_add_submenu_button_clicked();
    5358
    5459        void edit_icon( int row, int column );
     
    6166
    6267        QString caption_text, intro_text;
    63         QString last_dir;
     68        static QString last_dir;
     69        QString store_path;
    6470};
    6571
Note: See TracChangeset for help on using the changeset viewer.