mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
gui/movieinfo: I don't believe that custom copy code is required here.
Origin commit data
------------------
Commit: 17f8b2f7ce
Author: martii <m4rtii@gmx.de>
Date: 2013-06-13 (Thu, 13 Jun 2013)
This commit is contained in:
@@ -1019,7 +1019,7 @@ bool CMovieInfo::saveFile_vlc(const CFile & /*file*/, const char */*text*/, cons
|
||||
*
|
||||
* */
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
MI_MOVIE_INFO& MI_MOVIE_INFO::operator=(const MI_MOVIE_INFO& src)
|
||||
{
|
||||
file.Name = src.file.Name;
|
||||
|
@@ -146,7 +146,7 @@ typedef struct
|
||||
class MI_MOVIE_INFO
|
||||
{
|
||||
public:
|
||||
MI_MOVIE_INFO &operator=(const MI_MOVIE_INFO& src);
|
||||
//MI_MOVIE_INFO &operator=(const MI_MOVIE_INFO& src);
|
||||
CFile file; // not stored in xml
|
||||
std::string productionCountry; // user defined Country (not from EPG yet, but might be possible)
|
||||
std::string epgTitle; // plain movie name, usually filled by EPG
|
||||
|
Reference in New Issue
Block a user