mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
(qt) fix nightly regression by zeroing out the myFileDialogOptionsCheck pointer in mainwin's constructor
This commit is contained in:
parent
8ed90f00cf
commit
a7b3ec4d92
1 changed files with 1 additions and 0 deletions
|
@ -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)),
|
||||
|
|
Loading…
Reference in a new issue