summaryrefslogtreecommitdiffstats
path: root/movieinfopage.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2025-02-22 12:32:10 +0100
committerArno <arno@disconnect.de>2025-02-22 12:32:10 +0100
commit65fec2cecdf8345c7b6b6e8ad5b83d6b5a6dad80 (patch)
tree84f63aea2b6af37b3a999732d65a03cfa6ca96f5 /movieinfopage.h
parenta90ed071336371936abb25b6de892c543d3c30cf (diff)
downloadSheMov-65fec2cecdf8345c7b6b6e8ad5b83d6b5a6dad80.tar.gz
SheMov-65fec2cecdf8345c7b6b6e8ad5b83d6b5a6dad80.tar.bz2
SheMov-65fec2cecdf8345c7b6b6e8ad5b83d6b5a6dad80.zip
Guess actors from filename
Continuing to use the filename pattern: use the first capture group split by '&' as possible actors.
Diffstat (limited to 'movieinfopage.h')
-rw-r--r--movieinfopage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/movieinfopage.h b/movieinfopage.h
index d0354b2..479194e 100644
--- a/movieinfopage.h
+++ b/movieinfopage.h
@@ -64,7 +64,6 @@ class MovieInfoPage : public QWizardPage {
QString mCurTitle;
QString mCurSubtitle;
QStringList mOrigins;
- QStringList mPossbileActors;
int mCurSeriesno;
int mCurQuality;
};