Skip to content

Studio/src/Utils/StudioUtils.h

Namespaces

Name
shapeworks

Classes

Name
class shapeworks::StudioUtils

Source code

#pragma once

#include <Libs/Project/Project.h>
class QWidget;

#include <QStringList>

namespace shapeworks {

class StudioUtils {
public:

  static bool ask_multiple_domains_as_single(QWidget *parent, std::shared_ptr<Project> project);

  static QStringList to_string_list(std::vector<std::string> vector);

};

} // namespace shapeworks

Updated on 2022-03-31 at 09:51:19 -0600