(qt) fix nightly regression by zeroing out the myFileDialogOptionsCheck pointer in mainwin's constructor

This commit is contained in:
Jordan Lee 2013-02-10 18:49:15 +00:00
parent 8ed90f00cf
commit a7b3ec4d92
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ TrMainWindow :: TrMainWindow (Session& session, Prefs& prefs, TorrentModel& mode
myAboutDialog (new AboutDialog (this)),
myStatsDialog (new StatsDialog (session, this)),
myDetailsDialog (0),
myFileDialogOptionsCheck (0),
myFilterModel (prefs),
myTorrentDelegate (new TorrentDelegate (this)),
myTorrentDelegateMin (new TorrentDelegateMin (this)),