Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Source/QtDialog/CMakeGUIExec.cxx
4998 views
/* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   file LICENSE.rst or https://cmake.org/licensing for details.  */

#include <QApplication>

class CMakeSetupDialog;

void SetupDefaultQSettings()
{
}

int CMakeGUIExec(CMakeSetupDialog* /*window*/)
{
  return QApplication::exec();
}