You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in moc_CelestronOriginSimulator.cpp moc_CommandHandler.cpp moc_EnhancedMosaicCreator.cpp moc_ProperHipsClient.cpp moc_StatusSender.cpp moc_WebSocketConnection.cpp; do /opt/homebrew/Cellar/qt/6.9.0/share/qt/libexec/moc `echo $$i|sed -e 's=^moc_==' -e 's=.cpp=.h='` -o $$i; done