/[svn]/qsampler/trunk/src/qsamplerOptions.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptions.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2845 by capela, Thu Sep 17 20:43:47 2015 UTC revision 2846 by capela, Thu Oct 1 15:43:03 2015 UTC
# Line 369  void Options::loadWidgetGeometry ( QWidg Line 369  void Options::loadWidgetGeometry ( QWidg
369  {  {
370          // Try to restore old form window positioning.          // Try to restore old form window positioning.
371          if (pWidget) {          if (pWidget) {
372                    if (bVisible) pWidget->show(); // Force initial exposure!
373                  m_settings.beginGroup("/Geometry/" + pWidget->objectName());                  m_settings.beginGroup("/Geometry/" + pWidget->objectName());
374          #if QT_VERSION >= 0x050000          #if QT_VERSION >= 0x050000
375                  const QByteArray& geometry                  const QByteArray& geometry

Legend:
Removed from v.2845  
changed lines
  Added in v.2846

  ViewVC Help
Powered by ViewVC